summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-24 13:48:12 +0800
committerWu Cheng-Han2015-09-24 13:48:12 +0800
commitc9f35b9aa0782c7e765ca0e71196db11356caed1 (patch)
tree5610d87fa319e32645bcd5a2e700c08f475f4d4a /public/css/index.css
parentf239b53972268294dd964d3b2c352e5decd62500 (diff)
Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments
Diffstat (limited to '')
-rw-r--r--public/css/index.css23
1 files changed, 9 insertions, 14 deletions
diff --git a/public/css/index.css b/public/css/index.css
index b78be36f..26281525 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -1,25 +1,20 @@
-@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
- body {
+html, body {
+ height: 100%;
+}
+body {
margin: 0;
padding: 0;
max-width: inherit;
min-width: 200px;
- height: 100%;
/*margin-right: 15px;*/
- padding-top: 50px;
+ padding-top: 51px;
/*overflow: hidden;*/
}
-html,
-form,
-.row,
-.row > * {
- height: 100%;
- min-height: 100%;
-}
.CodeMirror {
- font-family: 'Source Code Pro', Consolas, monaco, monospace;
- line-height: 18px;
- font-size: 16px;
+ font-family: "Source Code Pro", Consolas, monaco, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", monospace;
+ letter-spacing: 0.025em;
+ line-height: 1.25;
+ font-size: 18px;
min-height: 100%;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;