aboutsummaryrefslogtreecommitdiff
path: root/static/small.css
diff options
context:
space:
mode:
authorsudan <sudan@douban.com>2016-01-25 18:43:51 +0800
committersudan <sudan@douban.com>2016-01-25 18:50:32 +0800
commit81a9aee3aa65a0bc7aa425e12ba22cb5e853df52 (patch)
tree093c478a1f77e7aec52f0fb930379798854f2245 /static/small.css
parentcode highlight (diff)
downloadstackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.gz
stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.bz2
stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.zip
smaller font
Diffstat (limited to 'static/small.css')
-rw-r--r--static/small.css4
1 files changed, 2 insertions, 2 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%; }
bgstack15