@@ -562,8 +562,8 @@ textarea {
562
562
563
563
border : 1px solid # B24926 ;
564
564
565
- box-shadow : 0 px 0 px 6px rgba (23 , 138 , 156 , 0.5 ),
566
- inset 0 px 1px 3px rgba (0 , 0 , 0 , 0.2 );
565
+ box-shadow : 0 0 6px rgba (23 , 138 , 156 , 0.5 ),
566
+ inset 0 1px 3px rgba (0 , 0 , 0 , 0.2 );
567
567
}
568
568
569
569
/**
@@ -717,7 +717,7 @@ table {
717
717
line-height : normal;
718
718
vertical-align : baseline;
719
719
background-image : none;
720
- background-position : 0% 0 % ;
720
+ background-position : 0 0 ;
721
721
background-repeat : repeat;
722
722
margin-top : 0 ;
723
723
}
@@ -777,13 +777,6 @@ a [class*=" icon-"] {
777
777
.nav-tabs [class ^= "icon-" ],
778
778
.nav-pills [class ^= "icon-" ],
779
779
.nav-tabs [class *= " icon-" ],
780
- .nav-pills [class *= " icon-" ] {
781
- /* keeps button heights with and without icons the same */
782
-
783
- }
784
- .nav-tabs [class ^= "icon-" ],
785
- .nav-pills [class ^= "icon-" ],
786
- .nav-tabs [class *= " icon-" ],
787
780
.nav-pills [class *= " icon-" ],
788
781
.nav-tabs [class ^= "icon-" ].icon-large ,
789
782
.nav-pills [class ^= "icon-" ].icon-large ,
@@ -1373,7 +1366,7 @@ iframe {
1373
1366
top : 1px ;
1374
1367
cursor : pointer;
1375
1368
transition : all 0.2s ;
1376
- text-shadow : 0 0 px 2px # 000 ;
1369
+ text-shadow : 0 0 2px # 000 ;
1377
1370
border-left : 1px solid rgba (255 , 255 , 255 , 0.0976562 );
1378
1371
border-right : 1px solid rgba (0 , 0 , 0 , 0.347656 );
1379
1372
}
@@ -1446,19 +1439,19 @@ iframe {
1446
1439
}
1447
1440
1448
1441
# global-nav nav ul .projects li .jquery-ui {
1449
- background-position : -57px 0 px ;
1442
+ background-position : -57px 0 ;
1450
1443
}
1451
1444
1452
1445
# global-nav nav ul .projects li .jquery-mobile {
1453
- background-position : -107px 0 px ;
1446
+ background-position : -107px 0 ;
1454
1447
}
1455
1448
1456
1449
# global-nav nav ul .projects li .sizzlejs {
1457
- background-position : -155px 0 px ;
1450
+ background-position : -155px 0 ;
1458
1451
}
1459
1452
1460
1453
# global-nav nav ul .projects li .qunitjs {
1461
- background-position : -204px 0 px ;
1454
+ background-position : -204px 0 ;
1462
1455
}
1463
1456
1464
1457
.jquery # global-nav nav ul .projects li .jquery {
@@ -1665,31 +1658,31 @@ h2.logo a {
1665
1658
1666
1659
.jquery .logo .small {
1667
1660
width : 109px ;
1668
- background-position : -0 px 0 px ;
1661
+ background-position : -0 0 ;
1669
1662
}
1670
1663
.jquery-foundation .logo .small {
1671
1664
width : 109px ;
1672
- background-position : -109px 0 px ;
1665
+ background-position : -109px 0 ;
1673
1666
}
1674
1667
.jquery-events .logo .small {
1675
1668
width : 109px ;
1676
- background-position : -219px 0 px ;
1669
+ background-position : -219px 0 ;
1677
1670
}
1678
1671
.jqueryui .logo .small {
1679
1672
width : 114px ;
1680
- background-position : -327px 0 px ;
1673
+ background-position : -327px 0 ;
1681
1674
}
1682
1675
.jquery-mobile .logo .small {
1683
1676
width : 122px ;
1684
- background-position : -442px 0 px ;
1677
+ background-position : -442px 0 ;
1685
1678
}
1686
1679
.qunitjs .logo .small {
1687
1680
width : 105px ;
1688
- background-position : -564px 0 px ;
1681
+ background-position : -564px 0 ;
1689
1682
}
1690
1683
.sizzlejs .logo .small {
1691
1684
width : 105px ;
1692
- background-position : -669px 0 px ;
1685
+ background-position : -669px 0 ;
1693
1686
}
1694
1687
1695
1688
# logo-events aside {
@@ -1758,7 +1751,7 @@ nav#main .searchform {
1758
1751
border-radius : 4px ;
1759
1752
border : 1px solid rgba (0 , 0 , 0 , 0.25 );
1760
1753
color : # fff ;
1761
- text-shadow : rgba (0 , 0 , 0 , 0.796875 ) 0 px -1px 0 px , rgba (255 , 255 , 255 , 0.296875 ) 0 px 0 px 10px ;
1754
+ text-shadow : rgba (0 , 0 , 0 , 0.796875 ) 0 -1px 0 , rgba (255 , 255 , 255 , 0.296875 ) 0 0 10px ;
1762
1755
}
1763
1756
1764
1757
nav # main .searchform {
@@ -1943,15 +1936,14 @@ pre b {
1943
1936
top : 1px ;
1944
1937
left : -25px ;
1945
1938
box-sizing : border-box;
1946
- width : 20px ;
1947
1939
/* Some space between the number and the content in browsers that support
1948
1940
generated content but not positioning it */
1949
1941
color : # fff ;
1950
1942
text-align : center;
1951
1943
background-color : # ababab ;
1952
1944
height : 19px ;
1953
1945
width : 19px ;
1954
- padding-top : 0 px ;
1946
+ padding-top : 0 ;
1955
1947
font : bold 11 px/19px "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1956
1948
border-radius : 12px ;
1957
1949
}
@@ -1965,7 +1957,7 @@ pre b {
1965
1957
.lt-ie7 # content ol li {
1966
1958
margin-left : 30px ;
1967
1959
list-style-type : decimal;
1968
- padding-left : 0 px ;
1960
+ padding-left : 0 ;
1969
1961
}
1970
1962
1971
1963
# content img .full ,
@@ -2019,7 +2011,7 @@ pre b {
2019
2011
.lt-ie7 # content img .right ,
2020
2012
.lt-ie7 # content figure .right {
2021
2013
float : left;
2022
- margin-left : 0 px ;
2014
+ margin-left : 0 ;
2023
2015
margin-right : 15px ;
2024
2016
}
2025
2017
@@ -2030,17 +2022,14 @@ pre b {
2030
2022
2031
2023
2032
2024
# content figure img {
2033
- margin : 0 px !important ;
2034
- margin-bottom : 0 px !important ;
2025
+ margin : 0 !important ;
2026
+ margin-bottom : 0 !important ;
2035
2027
}
2036
2028
2037
2029
# content figcaption {
2038
- box-shadow : 0 px 0 px 5px 1px rgba (0 , 0 , 0 , 0.20 );
2030
+ box-shadow : 0 0 5px 1px rgba (0 , 0 , 0 , 0.20 );
2039
2031
font : italic 700 12 px/20px "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2040
- padding-left : 10px ;
2041
- padding-right : 10px ;
2042
- padding-top : 5px ;
2043
- padding-bottom : 5px ;
2032
+ padding : 10px 5px ;
2044
2033
color : # 737272 ;
2045
2034
clear : both;
2046
2035
margin-top : -10px ;
@@ -2059,7 +2048,7 @@ pre b {
2059
2048
padding-bottom : 56.25% ; /* 16/9 ratio */
2060
2049
height : 0 ;
2061
2050
overflow : hidden;
2062
- box-shadow : 0 px 0 px 5px 1px rgba (0 , 0 , 0 , 0.20 );
2051
+ box-shadow : 0 0 5px 1px rgba (0 , 0 , 0 , 0.20 );
2063
2052
margin-bottom : 20px ;
2064
2053
}
2065
2054
@@ -2245,9 +2234,9 @@ input[type="submit"] {
2245
2234
box-shadow :
2246
2235
0 0 5px rgba (0 , 0 , 0 , 0.28 ),
2247
2236
inset 0 1px 0 rgba (255 , 255 , 255 , 0.45 ),
2248
- inset 0 px -1px 0 px rgba (255 , 255 , 255 , 0.45 ),
2249
- inset 1px 0 px 0 px rgba (255 , 255 , 255 , 0.45 ),
2250
- inset -1px 1px 0 px rgba (255 , 255 , 255 , 0.45 );
2237
+ inset 0 -1px 0 rgba (255 , 255 , 255 , 0.45 ),
2238
+ inset 1px 0 0 rgba (255 , 255 , 255 , 0.45 ),
2239
+ inset -1px 1px 0 rgba (255 , 255 , 255 , 0.45 );
2251
2240
text-decoration : none;
2252
2241
color : # fff !important ;
2253
2242
text-shadow : 0 -1px 1px rgba (0 , 0 , 0 , 0.35 );
@@ -2990,15 +2979,15 @@ footer .books li a cite {
2990
2979
width : auto !important ;
2991
2980
text-align : left !important ;
2992
2981
float : none;
2993
- margin : 0 px ;
2994
- padding : 0 px ;
2982
+ margin : 0 ;
2983
+ padding : 0 ;
2995
2984
}
2996
2985
2997
2986
nav # main ul li , nav # main ul li a {
2998
2987
display : block;
2999
2988
text-align : left !important ;
3000
2989
float : left;
3001
- margin-right : 0 px ;
2990
+ margin-right : 0 ;
3002
2991
padding : 0 4px 4px 0 ;
3003
2992
}
3004
2993
@@ -3093,7 +3082,7 @@ footer .books li a cite {
3093
3082
margin : 0 auto 15px ;
3094
3083
position : relative;
3095
3084
top : 6px ;
3096
- left : 0 px ;
3085
+ left : 0 ;
3097
3086
}
3098
3087
3099
3088
nav # main {
@@ -3110,7 +3099,7 @@ footer .books li a cite {
3110
3099
3111
3100
nav # main ul li , nav # main ul li a {
3112
3101
float : none;
3113
- padding : 6px 0 px 6px 8px ;
3102
+ padding : 6px 0 6px 8px ;
3114
3103
}
3115
3104
3116
3105
.constrain ,
0 commit comments