49
49
#content li ,
50
50
body .blog #content ,
51
51
body .blog #content p ,
52
- body .blog #content li
52
+ body .blog #content li
53
53
#blog-single ,
54
54
#blog-single p ,
55
- #blog-single li {
55
+ #blog-single li {
56
56
font-size :16px ;
57
57
line-height :22px ;
58
58
color :#444444 ;
@@ -89,7 +89,7 @@ input[type="reset"] {
89
89
input [type= submit].btn-large ,
90
90
input [type= reset].btn-large {
91
91
-webkit-border-radius : 20px ;
92
- border-radius : 20px ;
92
+ border-radius : 20px ;
93
93
padding : 7px 14px ;
94
94
font-weight :bold ;
95
95
font-size : 16px ;
@@ -216,6 +216,9 @@ code {
216
216
217
217
/* Header */
218
218
/* ====== */
219
+ .navbar {
220
+ height : auto ;
221
+ }
219
222
.navbar-inner {
220
223
filter : none ; /* IE6-9 */
221
224
-webkit-box-shadow : none ;
@@ -245,7 +248,7 @@ code {
245
248
}
246
249
.navbar .dropdown-menu {
247
250
-webkit-box-shadow : inset 0px -2px 2px 0px rgba (0 , 0 , 0 , 0.1 );
248
- box-shadow : inset 0px -2px 2px 0px rgba (0 , 0 , 0 , 0.1 );
251
+ box-shadow : inset 0px -2px 2px 0px rgba (0 , 0 , 0 , 0.1 );
249
252
}
250
253
.navbar .dropdown-menu a {
251
254
color : #FFF ;
@@ -285,8 +288,8 @@ code {
285
288
position:absolute;
286
289
top:4px;
287
290
left:50%;
288
- width: 0;
289
- height: 0;
291
+ width: 0;
292
+ height: 0;
290
293
border-left: 6px solid transparent;
291
294
border-right: 6px solid transparent;
292
295
border-top: 6px solid #333333;
@@ -307,7 +310,7 @@ code {
307
310
background-position : center -227px ;
308
311
}
309
312
#okf-panel {
310
- border-bottom-color :#2D2D2D ;
313
+ border-bottom-color :#2D2D2D ;
311
314
}
312
315
313
316
@@ -537,7 +540,7 @@ body > .tabbable.mailing-lists .nav li a {
537
540
background-image :none ;
538
541
color :@primary ;
539
542
-webkit-border-radius : 25px ;
540
- border-radius : 25px ;
543
+ border-radius : 25px ;
541
544
font-size : 22px ;
542
545
font-weight : bold ;
543
546
padding : 10px 40px ;
0 commit comments