@@ -706,13 +706,15 @@ h1.title a, h1.entry-title a, h2.title a, h2.entry-title a {
706
706
border-radius : 3px ;
707
707
background : -webkit-gradient (linear, left top, left bottom, from (# e5e5e5 ), to (# d5d5d5 ));
708
708
background : -moz-linear-gradient (top, # e5e5e5, # d5d5d5 );
709
+ background : -o-linear-gradient (top, # e5e5e5, # d5d5d5 );
709
710
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#d5d5d5');
710
711
}
711
712
712
713
.btn : hover {
713
714
text-shadow : 0 -1px 1px # fff ;
714
715
background : -webkit-gradient (linear, left top, left bottom, from (# d5d5d5 ), to (# e5e5e5 ));
715
716
background : -moz-linear-gradient (top, # d5d5d5, # e5e5e5 );
717
+ background : -o-linear-gradient (top, # d5d5d5, # e5e5e5 );
716
718
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#e5e5e5');
717
719
}
718
720
@@ -721,6 +723,7 @@ h1.title a, h1.entry-title a, h2.title a, h2.entry-title a {
721
723
text-shadow : 0 -1px 1px # 000 ;
722
724
background : -webkit-gradient (linear, left top, left bottom, from (# 3492d5 ), to (# 065791 ));
723
725
background : -moz-linear-gradient (top, # 3492d5, # 065791 );
726
+ background : -o-linear-gradient (top, # 3492d5, # 065791 );
724
727
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#3492d5', endColorstr='#065791');
725
728
border-color : # 065791 ;
726
729
}
@@ -729,6 +732,7 @@ h1.title a, h1.entry-title a, h2.title a, h2.entry-title a {
729
732
text-shadow : 0 1px 1px # 000 ;
730
733
background : -webkit-gradient (linear, left top, left bottom, from (# 065791 ), to (# 3492d5 ));
731
734
background : -moz-linear-gradient (top, # 065791, # 3492d5 );
735
+ background : -o-linear-gradient (top, # 065791, # 3492d5 );
732
736
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#065791', endColorstr='#3492d5');
733
737
}
734
738
@@ -1539,6 +1543,7 @@ header nav.top li.toggle-projects.active a {
1539
1543
font-weight : normal;
1540
1544
background-color : # 7a7a7a ;
1541
1545
background-image : -moz-linear-gradient (top, # 7a7a7a, # 5e5e5e ); /* FF3.6 */
1546
+ background-image : -o-linear-gradient (top, # 7a7a7a, # 5e5e5e ); /* Opera 12.0 */
1542
1547
background-image : -webkit-gradient (linear, left top, left bottom, color-stop (0 , # 7a7a7a ), color-stop (1 , # 5e5e5e )); /* Saf4+, Chrome */
1543
1548
background-image : -webkit-linear-gradient (# 7a7a7a, # 5e5e5e ); /* Chrome 10+, Saf6 */
1544
1549
background-image : linear-gradient (top, # 7a7a7a, # 5e5e5e );
0 commit comments