|
53 | 53 | top: 11px; |
54 | 54 | width: 120px; |
55 | 55 | background-color: #ffea94; |
56 | | - background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E)); |
57 | | - background-image: -webkit-linear-gradient(top, #ffea94, #FFEA5E); |
58 | | - background-image: -moz-linear-gradient(top, #ffea94, #FFEA5E); |
59 | | - background-image: -ms-linear-gradient(top, #ffea94, #FFEA5E); |
60 | | - background-image: -o-linear-gradient(top, #ffea94, #FFEA5E); |
| 56 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E)); |
| 57 | + background-image: -webkit-linear-gradient(top, #ffea94, #FFEA5E); |
| 58 | + background-image: -moz-linear-gradient(top, #ffea94, #FFEA5E); |
| 59 | + background-image: -ms-linear-gradient(top, #ffea94, #FFEA5E); |
| 60 | + background-image: -o-linear-gradient(top, #ffea94, #FFEA5E); |
61 | 61 | color: #6a6340; |
62 | 62 | -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); |
63 | 63 | -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); |
|
67 | 67 |
|
68 | 68 | .beta-ribbon:hover { |
69 | 69 | background-color: #ffea5e; |
70 | | - background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E)); |
71 | | - background-image: -webkit-linear-gradient(top, #ffea5e, #FFea94); |
72 | | - background-image: -moz-linear-gradient(top, #ffea5e, #FFea94); |
73 | | - background-image: -ms-linear-gradient(top, #ffea5e, #FFea94); |
74 | | - background-image: -o-linear-gradient(top, #ffea5e, #FFea94); |
| 70 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E)); |
| 71 | + background-image: -webkit-linear-gradient(top, #ffea5e, #FFea94); |
| 72 | + background-image: -moz-linear-gradient(top, #ffea5e, #FFea94); |
| 73 | + background-image: -ms-linear-gradient(top, #ffea5e, #FFea94); |
| 74 | + background-image: -o-linear-gradient(top, #ffea5e, #FFea94); |
75 | 75 | } |
76 | 76 | .beta-ribbon a { |
77 | 77 | text-decoration: none; |
|
155 | 155 | } |
156 | 156 | .entry-meta aside.meta-details li[class^="icon-"] span, |
157 | 157 | .entry-meta aside.meta-details li[class*="icon-"] span { |
158 | | - margin-left: 10px; |
| 158 | + margin-left: 10px; |
159 | 159 | } |
160 | 160 |
|
161 | 161 | .entry-meta aside.meta-details [class^="icon-"]:before, |
|
196 | 196 | float: left; |
197 | 197 | } |
198 | 198 |
|
199 | | -.entry-meta aside.meta-details .contributor-list { |
200 | | - list-style-type: none; |
201 | | - margin: 0; |
202 | | -} |
203 | | -#content .entry-meta aside.meta-details .contributor-list li { |
204 | | - font-size: 14px; |
205 | | - line-height: 24px; |
206 | | - margin: 0 0 4px 0; |
207 | | - background: none; |
208 | | - padding-left: 0; |
209 | | -} |
210 | | - |
211 | | -.entry-meta aside.meta-details .contributor-list li a { |
212 | | - text-decoration: none; |
213 | | -} |
214 | | - |
215 | | -.entry-meta aside.meta-details .contributor-list li a:hover { |
216 | | - text-decoration: underline; |
217 | | -} |
218 | | -.entry-meta aside.meta-details .contributor-list li img { |
219 | | - vertical-align: middle; |
220 | | - margin-right: 4px; |
221 | | -} |
222 | 199 | .meta .feedback { |
223 | 200 | float: left; |
224 | 201 | display: block; |
|
0 commit comments