11body {
2- padding-top : 70px ;
2+ padding-top : 70px ;
33}
44
55h1 [id ]: before , h2 [id ]: before , h3 [id ]: before , h4 [id ]: before , h5 [id ]: before , h6 [id ]: before {
6- content : "" ;
7- display : block;
8- margin-top : -75px ;
9- height : 75px ;
10- }
11-
12- ul .nav li .main {
13- font-weight : bold;
6+ content : "" ;
7+ display : block;
8+ margin-top : -75px ;
9+ height : 75px ;
1410}
1511
1612div .col-md-3 {
17- padding-left : 0 ;
13+ padding-left : 0 ;
14+ padding-right : 0 ;
1815}
1916
2017div .col-md-9 {
21- padding-bottom : 100px ;
18+ padding-bottom : 100px ;
2219}
2320
2421div .source-links {
25- float : right;
22+ float : right;
2623}
2724
2825div .col-md-9 img {
@@ -47,42 +44,46 @@ div.col-md-9 img {
4744
4845/* First level of nav */
4946.bs-sidenav {
50- margin-top : 30px ;
51- margin-bottom : 30px ;
52- padding-top : 10px ;
53- padding-bottom : 10px ;
54- border-radius : 5px ;
47+ margin-top : 30px ;
48+ margin-bottom : 30px ;
49+ padding-top : 10px ;
50+ padding-bottom : 10px ;
51+ border-radius : 5px ;
5552}
5653
5754/* All levels of nav */
5855.bs-sidebar .nav > li > a {
59- display : block;
60- padding : 5px 20px ;
61- z-index : 1 ;
56+ display : block;
57+ padding : 5px 20px ;
58+ z-index : 1 ;
6259}
60+
6361.bs-sidebar .nav > li > a : hover ,
6462.bs-sidebar .nav > li > a : focus {
65- text-decoration : none;
66- border-right : 1px solid;
63+ text-decoration : none;
64+ border-right : 1px solid;
6765}
66+
6867.bs-sidebar .nav > .active > a ,
6968.bs-sidebar .nav > .active : hover > a ,
7069.bs-sidebar .nav > .active : focus > a {
71- font-weight : bold;
72- background-color : transparent;
73- border-right : 1px solid;
70+ font-weight : bold;
71+ background-color : transparent;
72+ border-right : 1px solid;
7473}
7574
7675/* Nav: second level (shown on .active) */
7776.bs-sidebar .nav .nav {
78- display : none; /* Hide by default, but at >768px, show it */
79- margin-bottom : 8px ;
77+ display : none; /* Hide by default, but at >768px, show it */
78+ margin-bottom : 8px ;
8079}
80+
8181.bs-sidebar .nav .nav > li > a {
82- padding-top : 3px ;
83- padding-bottom : 3px ;
84- padding-left : 30px ;
85- font-size : 90% ;
82+ padding-top : 3px ;
83+ padding-bottom : 3px ;
84+ padding-left : 30px ;
85+ font-size : 90% ;
86+ color : # 2c3e50 ;
8687}
8788
8889/* Show and affix the side nav when space allows it */
@@ -123,36 +124,36 @@ div.col-md-9 img {
123124
124125/* sub menu stlye */
125126.dropdown-submenu > .dropdown-menu {
126- top : 0 ;
127- left : 100% ;
128- margin-top : 0px ;
129- margin-left : -1px ;
130- -webkit-border-radius : 0 4px 4px 4px ;
131- -moz-border-radius : 0 4px 4px ;
132- border-radius : 0 4px 4px 4px ;
127+ top : 0 ;
128+ left : 100% ;
129+ margin-top : 0px ;
130+ margin-left : -1px ;
131+ -webkit-border-radius : 0 4px 4px 4px ;
132+ -moz-border-radius : 0 4px 4px ;
133+ border-radius : 0 4px 4px 4px ;
133134}
134135
135136/* display sub menu on hover*/
136137.dropdown-submenu : hover > .dropdown-menu {
137- display : block;
138+ display : block;
138139}
139140
140141/* little arrow */
141142.dropdown-submenu > a : after {
142- display : block;
143- content : " " ;
144- float : right;
145- width : 0 ;
146- height : 0 ;
147- border-color : transparent;
148- border-style : solid;
149- border-width : 5px 0 5px 5px ;
150- border-left-color : # ccc ;
151- margin-top : 5px ;
152- margin-right : -10px ;
143+ display : block;
144+ content : " " ;
145+ float : right;
146+ width : 0 ;
147+ height : 0 ;
148+ border-color : transparent;
149+ border-style : solid;
150+ border-width : 5px 0 5px 5px ;
151+ border-left-color : # ccc ;
152+ margin-top : 5px ;
153+ margin-right : -10px ;
153154}
154155
155156/* little arrow of parent menu */
156157.dropdown-submenu : hover > a : after {
157- border-left-color : # 404040 ;
158+ border-left-color : # 404040 ;
158159}
0 commit comments