fix up some of the call to action buttons, add an ie8 and lower css file.
Andrew Lewman

Andrew Lewman commited on 2011-06-07 04:29:16
Zeige 2 geänderte Dateien mit 15 Einfügungen und 3 Löschungen.

... ...
@@ -0,0 +1,12 @@
1
+@charset "UTF-8";
2
+/* IE8 and down */
3
+
4
+
5
+#calltoaction ul li:first-child a:link,
6
+#calltoaction ul li:first-child a:visited {
7
+   background: url(../images/cta-buttons.jpg) top center no-repeat;
8
+	}
9
+	
10
+#calltoaction ul li:hover:first-child a {
11
+   background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
12
+	}
... ...
@@ -93,7 +93,7 @@ body {
93 93
       
94 94
       #calltoaction ul li a:link,
95 95
       #calltoaction ul li a:visited {
96
-        background: url(../images/cta-buttons.jpg) top center no-repeat;
96
+        background: url(../images/cta-buttons.jpg) top center no-repeat #885ca4;
97 97
         padding: 8px 8px 0px;
98 98
         color: #FFFFFF;
99 99
         font-weight: bold;
... ...
@@ -108,7 +108,7 @@ body {
108 108
 
109 109
       #calltoaction ul li:first-child a:link,
110 110
       #calltoaction ul li:first-child a:visited {
111
-        background: url(../images/cta-buttons.jpg) top left no-repeat;
111
+        background: url(../images/cta-buttons.jpg) top left no-repeat #885ca4;
112 112
 		  -webkit-border-top-left-radius: 7px;
113 113
 		  -webkit-border-bottom-left-radius: 7px;
114 114
 		  -moz-border-radius-topleft: 7px;
... ...
@@ -121,7 +121,7 @@ body {
121 121
 
122 122
       #calltoaction ul li:last-child a:link,
123 123
       #calltoaction ul li:last-child a:visited {
124
-        background: url(../images/cta-buttons.jpg) top right no-repeat;
124
+        background: url(../images/cta-buttons.jpg) top right no-repeat #885ca4;
125 125
 		  -webkit-border-top-right-radius: 7px;
126 126
 		  -webkit-border-bottom-right-radius: 7px;
127 127
 		  -moz-border-radius-topright: 7px;
128 128