summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-05-15 12:58:13 +0800
committerWu Cheng-Han2015-05-15 12:58:13 +0800
commit4e64583a0b6175d2c9a6729ffde1472dd55d389c (patch)
tree75253f2425f2e4f5906ed4fd30eca29a906ee47a /public/css/index.css
parent2d36d7ce84c636faac17cef3d3a7c22568df38fe (diff)
Marked as 0.2.8
Diffstat (limited to '')
-rw-r--r--public/css/index.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/index.css b/public/css/index.css
index 6cfbeab0..b3a6bae5 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -20,7 +20,7 @@ form,
font-family: 'Source Code Pro', Consolas, monaco, monospace;
line-height: 18px;
font-size: 16px;
- height: auto;
+ /*height: auto;*/
min-height: 100%;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;
@@ -30,7 +30,7 @@ form,
overflow-y: auto !important;
}
.CodeMirror-code {
- padding-bottom: 100px;
+ /*padding-bottom: 72px;*/
}
.CodeMirror-linenumber {
opacity: 0.5;
@@ -43,7 +43,7 @@ form,
.CodeMirror-foldmarker {
color: #d0d0d0;
text-shadow: none;
- font-family: arial;
+ font-family: Arial;
line-height: .3;
cursor: pointer;
margin: 2px;