Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments

This commit is contained in:
Wu Cheng-Han
2015-09-24 13:48:12 +08:00
parent f239b53972
commit c9f35b9aa0
4 changed files with 16 additions and 17 deletions

View File

@@ -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 Gothic", monospace;
letter-spacing: 0.025em;
line-height: 1.25;
font-size: 18px;
min-height: 100%;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;