diff options
author | sudan <sudan@douban.com> | 2016-01-20 19:11:15 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-20 19:11:15 +0800 |
commit | 084442616ffcceb309c71a62b123f7a11606576a (patch) | |
tree | 3ee7c3b2b7b9a454b8f1b3e8309c3edf25611541 /static/small.css | |
parent | some change (diff) | |
parent | misc updates (diff) | |
download | stackbin-084442616ffcceb309c71a62b123f7a11606576a.tar.gz stackbin-084442616ffcceb309c71a62b123f7a11606576a.tar.bz2 stackbin-084442616ffcceb309c71a62b123f7a11606576a.zip |
merge from jiawei
Diffstat (limited to 'static/small.css')
-rw-r--r-- | static/small.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/small.css b/static/small.css new file mode 100644 index 0000000..af50a92 --- /dev/null +++ b/static/small.css @@ -0,0 +1,6 @@ +pre { + font-size: 18px; + line-height: 1.8em; +} + +.page { margin: 50px auto; width: 100%; } |