From 35d68cc0769f2f3c8fb0d63f85fc780b856a8209 Mon Sep 17 00:00:00 2001 From: ofshellohicy Date: Fri, 18 Jul 2014 14:50:32 +0800 Subject: remove useless feature --- static/small.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/small.css (limited to 'static/small.css') diff --git a/static/small.css b/static/small.css new file mode 100644 index 0000000..4ed0712 --- /dev/null +++ b/static/small.css @@ -0,0 +1,4 @@ +pre { + font-size: 18px; + line-height: 1.8em; +} -- cgit From bbc403b4534d4e93b446959791466c9d55239afc Mon Sep 17 00:00:00 2001 From: ofshellohicy Date: Wed, 10 Sep 2014 11:42:21 +0800 Subject: misc updates --- static/small.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/small.css') diff --git a/static/small.css b/static/small.css index 4ed0712..af50a92 100644 --- a/static/small.css +++ b/static/small.css @@ -2,3 +2,5 @@ pre { font-size: 18px; line-height: 1.8em; } + +.page { margin: 50px auto; width: 100%; } -- cgit