From 54fe0d12b63d0bf8a3bcc5144ffe4ff07a23fe9e Mon Sep 17 00:00:00 2001 From: ruanyf Date: Tue, 22 Apr 2014 09:31:39 +0800 Subject: [PATCH] add content_toc --- css/app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 8ac105a..2e5ee81 100644 --- a/css/app.css +++ b/css/app.css @@ -183,6 +183,8 @@ body { #content ul { display: block; list-style-type: none; + padding-top: 0.5rem; + padding-bottom:0.5rem; } #content ul li:before { /* a hack to have dashes as a list style */ @@ -197,9 +199,9 @@ body { } #content ul li.link { - color: #4682BE; + color: #2980b9; text-decoration: none; - font-size: 13px; + font-size: 0.7rem; font-weight: bold; cursor: pointer; }