diff options
author | sudan <sudan@douban.com> | 2016-01-25 18:43:51 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-25 18:50:32 +0800 |
commit | 81a9aee3aa65a0bc7aa425e12ba22cb5e853df52 (patch) | |
tree | 093c478a1f77e7aec52f0fb930379798854f2245 /static | |
parent | code highlight (diff) | |
download | stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.gz stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.bz2 stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.zip |
smaller font
Diffstat (limited to 'static')
-rw-r--r-- | static/small.css | 4 | ||||
-rw-r--r-- | static/style.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/static/small.css b/static/small.css index caa5783..7bba2a3 100644 --- a/static/small.css +++ b/static/small.css @@ -1,6 +1,6 @@ pre { - font-size: 18px; - line-height: 1.8em; + font-size: 14px; + line-height: 1.6em; } .page { margin: 20px auto; width: 100%; } diff --git a/static/style.css b/static/style.css index 8d43349..a8fc27c 100644 --- a/static/style.css +++ b/static/style.css @@ -12,8 +12,8 @@ dl { overflow: auto; font-size: 14px; padding: 0 10px} dl dt { font-weight: bold; min-width: 70px; float: left; padding-right: 15px; clear: left; } dl dd { float: left; margin: 0; padding: 0; } -pre, textarea { font-family: 'Consolas', monospace; font-size: 16px; - background: #f4f4f4; padding: 10px; margin: 0; line-height: 1.6em; +pre, textarea { font-family: 'Consolas', monospace; font-size: 14px; + background: #f4f4f4; padding: 10px; margin: 0; line-height: 1.4em; word-break: break-word; white-space: pre-wrap;} textarea { border: none; width: 100%; } .code, .flash { background: #f4f4f4; padding: 0; } |