@@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
30
30
a , abbr , acronym , address , big , cite , code ,
31
31
del , dfn , em , img , ins , kbd , q , s , samp ,
32
32
small , strike , strong , sub , sup , tt , var ,
33
- b , u , center ,
33
+ b , i , u , center ,
34
34
dl , dt , dd , ol , ul , li ,
35
35
fieldset , form , label , legend ,
36
36
table , caption , tbody , tfoot , thead , tr , th , td ,
@@ -196,7 +196,7 @@ sub {
196
196
fieldset {
197
197
margin : 0 2px ;
198
198
padding : 0.35em 0.625em 0.75em ;
199
- border : 1px solid silver ; }
199
+ border : 1px solid # c0c0c0 ; }
200
200
201
201
/**
202
202
* 1. Correct `color` not being inherited in IE 8/9.
600
600
dt {
601
601
font-weight : bold; }
602
602
603
- dd {
604
- margin-left : 0 ; }
605
-
606
603
blockquote {
607
604
margin : 0 0 20px ;
608
605
padding : 10px 20px ;
@@ -645,7 +642,7 @@ address {
645
642
646
643
a .subdued {
647
644
padding-right : 10px ;
648
- color : # f8f8f8 ;
645
+ color : # 888 ;
649
646
text-decoration : none; }
650
647
a .subdued : hover {
651
648
text-decoration : none; }
@@ -2343,7 +2340,7 @@ input[type="checkbox"][readonly] {
2343
2340
border-radius : 50% ;
2344
2341
background : white;
2345
2342
content : ' ' ;
2346
- transition : background-color 0 .1s ease-in-out; }
2343
+ transition : background-color .1s ease-in-out; }
2347
2344
2348
2345
/* the checkmark within the box */
2349
2346
.checkbox input : after {
@@ -2358,7 +2355,7 @@ input[type="checkbox"][readonly] {
2358
2355
border-right : 0 ;
2359
2356
content : ' ' ;
2360
2357
opacity : 0 ;
2361
- transition : opacity 0 .05s ease-in-out;
2358
+ transition : opacity .05s ease-in-out;
2362
2359
-webkit-transform : rotate (-45deg );
2363
2360
transform : rotate (-45deg ); }
2364
2361
@@ -2866,7 +2863,7 @@ input[type="range"] {
2866
2863
.button-icon .button : active , .button-icon .button .active {
2867
2864
background : none;
2868
2865
box-shadow : none;
2869
- text-shadow : 0px 0px 10px white ; }
2866
+ text-shadow : 0px 0px 10px # fff ; }
2870
2867
.button-icon .icon {
2871
2868
font-size : 32px ; }
2872
2869
@@ -3666,7 +3663,7 @@ a.button {
3666
3663
.platform-ios7 .has-header {
3667
3664
top : 64px ; }
3668
3665
3669
- /*
3666
+ /*!
3670
3667
Ionicons, v1.3.5
3671
3668
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
3672
3669
https://twitter.com/helloimben https://twitter.com/ionicframework
0 commit comments