Showing
2 changed files
with
6 additions
and
5 deletions
No preview for this file type
@@ -226,17 +226,18 @@ | @@ -226,17 +226,18 @@ | ||
226 | line-height: 34px; | 226 | line-height: 34px; |
227 | height: 34px; | 227 | height: 34px; |
228 | a{ | 228 | a{ |
229 | + display: block; | ||
230 | + margin: 10px 0 0 0; | ||
229 | padding: 0 14px 0 14px; | 231 | padding: 0 14px 0 14px; |
232 | + line-height: 12px; | ||
230 | font-size: 13px; | 233 | font-size: 13px; |
231 | color: #1c1c1b; | 234 | color: #1c1c1b; |
232 | font-weight: bold; | 235 | font-weight: bold; |
236 | + border-left: 1px solid #000; | ||
233 | } | 237 | } |
234 | } | 238 | } |
235 | - li:last-child{ | ||
236 | - background: none; | ||
237 | - } | ||
238 | - li.last-child{ | ||
239 | - background: none; | 239 | + li:first-child a { |
240 | + border-left: none; | ||
240 | } | 241 | } |
241 | } | 242 | } |
242 | 243 |
-
Please register or login to post a comment