@@ -145,32 +145,32 @@ a:hover {
145
145
146
146
h1 {
147
147
font-size : 2em ;
148
- margin : 0 0 0.67 em ;
148
+ margin : 0 0 0.33 em ;
149
149
}
150
150
151
151
h2 {
152
152
font-size : 1.5em ;
153
- margin : 0 0 0.83 em ;
153
+ margin : 0 0 0.5 em ;
154
154
}
155
155
156
156
h3 {
157
157
font-size : 1.17em ;
158
- margin : 0 0 1 em ;
158
+ margin : 0 0 0.67 em ;
159
159
}
160
160
161
161
h4 {
162
162
font-size : 1em ;
163
- margin : 0 0 1.33 em ;
163
+ margin : 0 0 1 em ;
164
164
}
165
165
166
166
h5 {
167
167
font-size : 0.83em ;
168
- margin : 0 0 1.67 em ;
168
+ margin : 0 0 1.33 em ;
169
169
}
170
170
171
171
h6 {
172
172
font-size : 0.75em ;
173
- margin : 0 0 2.33 em ;
173
+ margin : 0 0 2 em ;
174
174
}
175
175
176
176
h1 , h2 , h3 , h4 , h5 , h6 {
@@ -909,7 +909,7 @@ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
909
909
body {
910
910
-webkit-font-smoothing : antialiased;
911
911
color : # 333 ;
912
- font : 15 px/20px "Helvetica Neue" , HelveticaNeue, Helvetica, Arial, sans-serif;
912
+ font : 15 px/22.5px "Helvetica Neue" , HelveticaNeue, Helvetica, Arial, sans-serif;
913
913
}
914
914
915
915
iframe {
@@ -1472,7 +1472,7 @@ nav#main .searchform label span{
1472
1472
}
1473
1473
1474
1474
p {
1475
- margin-bottom : 20 px ;
1475
+ margin-bottom : 15 px ;
1476
1476
margin-top : 0 ;
1477
1477
}
1478
1478
@@ -1488,10 +1488,9 @@ em, i {
1488
1488
1489
1489
hr {
1490
1490
background-image : url(../ images/gauze.png);
1491
- height : 1 em ;
1491
+ height : .75 em ;
1492
1492
border : none;
1493
- margin-top : 2em ;
1494
- margin-bottom : 2em ;
1493
+ margin : .75em 0 ;
1495
1494
}
1496
1495
1497
1496
pre , code {
@@ -1716,24 +1715,22 @@ pre b {
1716
1715
}
1717
1716
1718
1717
# content h1 {
1719
- font : 700 normal 36 px/36px "klavika-web" , "Helvetica Neue" , Helvetica , Arial , Geneva , sans-serif ;
1718
+ font-size : 700 normal 36 px/36px;
1720
1719
}
1721
1720
1722
1721
.content-full # content h1 {
1723
1722
text-align : center;
1724
1723
}
1725
1724
1726
1725
# content h2 {
1727
- font : 700 24 px/24px "klavika-web" , "Helvetica Neue" , Helvetica , Arial , Geneva , sans-serif ;
1726
+ font-size : 24 px/24px;
1728
1727
color : # 333 ;
1729
1728
margin-bottom : 10px ;
1730
1729
}
1731
1730
1732
1731
# content h3 {
1733
- font : 700 normal 20 px/20px "klavika-web" , "Helvetica Neue" , Helvetica , Arial , Geneva , sans-serif ;
1732
+ font-size : 20 px/20px;
1734
1733
color : # 666 ;
1735
- margin-bottom : 10px ;
1736
- margin-top : 12px ;
1737
1734
}
1738
1735
1739
1736
# content h1 .block ,
@@ -1911,7 +1908,7 @@ input[type="submit"].dark:hover {
1911
1908
1912
1909
# sidebar li {
1913
1910
padding-left : 20px ;
1914
- line-height : 20 px ;
1911
+ line-height : 15 px ;
1915
1912
list-style-type : none;
1916
1913
background : url(../ images/bullet.png) no-repeat 0 14px ;
1917
1914
text-shadow : 0 1px 0 # ffffff ;
@@ -2383,16 +2380,16 @@ footer li img {
2383
2380
2384
2381
.listing .hentry {
2385
2382
padding : 10px 20px ;
2386
- margin : 20 px 0 ;
2383
+ margin : 15 px 0 ;
2387
2384
border : 1px solid rgba ( 0 , 0 , 0 , 0.2 );
2388
2385
border-radius : 5px ;
2389
2386
background-color : # eee ;
2390
2387
position : relative;
2391
2388
}
2392
2389
2393
2390
.listing # content .entry-title {
2394
- font-size : 1.4 em ;
2395
- margin-bottom : .2 em ;
2391
+ font-size : 1.3 em ;
2392
+ margin-bottom : 0 ;
2396
2393
text-shadow : 0 1px 1px # fff ;
2397
2394
}
2398
2395
@@ -2416,7 +2413,7 @@ footer li img {
2416
2413
========================================================================== */
2417
2414
2418
2415
.entry {
2419
- margin : 30 px 0 ;
2416
+ margin : 15 px 0 ;
2420
2417
}
2421
2418
2422
2419
.entry-wrapper {
@@ -2429,7 +2426,7 @@ footer li img {
2429
2426
# content .section-title {
2430
2427
background : # 333 ;
2431
2428
border : 1px solid # 111 ;
2432
- padding : 10 px 15px ;
2429
+ padding : 8 px 15px ;
2433
2430
font-size : 16px ;
2434
2431
color : white;
2435
2432
text-shadow : 0 -1px 0 rgba (0 , 0 , 0 , 0.5 );
@@ -2454,7 +2451,7 @@ footer li img {
2454
2451
# content .signatures {
2455
2452
background : # eee ;
2456
2453
border : 1px solid # ccc ;
2457
- margin : 0 auto 30 px ;
2454
+ margin : 0 auto 15 px ;
2458
2455
max-width : 750px ;
2459
2456
border-radius : 3px ;
2460
2457
color : # 333 ;
@@ -2479,7 +2476,7 @@ footer li img {
2479
2476
.signatures h4 {
2480
2477
font-size : 16px ;
2481
2478
letter-spacing : 0 ;
2482
- padding : 10px ;
2479
+ padding : 8 px 10px ;
2483
2480
margin : -10px -10px 0 ;
2484
2481
color : # fff ;
2485
2482
text-shadow : 0 1px 0 # 444 ;
@@ -2495,7 +2492,7 @@ footer li img {
2495
2492
2496
2493
# options , # methods , # events , # quick-nav {
2497
2494
border : 1px solid # CCC ;
2498
- margin : 0 15px 30 px 15px ;
2495
+ margin : 0 15px 15px ;
2499
2496
padding : 10px ;
2500
2497
overflow : auto;
2501
2498
}
@@ -2541,7 +2538,7 @@ footer li img {
2541
2538
.name .version-details {
2542
2539
float : right;
2543
2540
clear : right;
2544
- font-size : 12 px ;
2541
+ font-size : 14 px ;
2545
2542
color : # fff ;
2546
2543
}
2547
2544
@@ -2574,8 +2571,8 @@ footer li img {
2574
2571
2575
2572
.desc {
2576
2573
font-size : 16px ;
2577
- padding : 10 px 15px ;
2578
- color : # 999 ;
2574
+ padding : 5 px 15px 0 ;
2575
+ color : # 666 ;
2579
2576
font-style : italic;
2580
2577
}
2581
2578
0 commit comments