From 2ed4b5d298ca686dcc24ae9abcea3a5ed7eb9aa7 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Tue, 22 Apr 2014 09:27:49 +0800 Subject: [PATCH] add content_toc --- css/app.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index fbe1560..8ac105a 100644 --- a/css/app.css +++ b/css/app.css @@ -118,7 +118,7 @@ body { } } -#content pre { +#content pre{ margin-left: auto; margin-right: auto; padding-top: 10px; @@ -193,7 +193,7 @@ body { #content ul li { text-indent: -5px; /* to compensate for the padding for the dash */ - font-size: 13px; + font-size: 0.8rem; } #content ul li.link { @@ -209,6 +209,11 @@ body { text-decoration: none; } +#content .content-toc{ + background: #bdc3c7; + border-radius: 5px; +} + #back_to_top { display: none; position: fixed;