From 7ba3812f918983a47cda678c31d12e0cd089677a Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Mon, 28 Apr 2014 13:39:23 +0800 Subject: * moved 'introduction.js' -> 'sidebar.js' * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html --- page/static/css/introduction.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 page/static/css/introduction.css (limited to 'page/static/css') diff --git a/page/static/css/introduction.css b/page/static/css/introduction.css deleted file mode 100644 index 58a6220..0000000 --- a/page/static/css/introduction.css +++ /dev/null @@ -1,32 +0,0 @@ -/* - * css for introduction template - */ - -.navbar-bright { - background-color: #111155; - color: #fff; -} - -.affix-top, .affix{ - position: static; -} - -@media (min-width: 979px) { - #sidebar.affix-top { - position: static; - margin-top: 30px; - width: 228px; - } - - #sidebar.affix { - position: fixed; - top: 70px; - width: 228px; - } -} - -#sidebar li.active { - border: 0 #eee solid; - border-left-width: 5px; -} - -- cgit v1.2.2