Showing
1 changed file
with
3 additions
and
3 deletions
@@ -45,15 +45,15 @@ | @@ -45,15 +45,15 @@ | ||
45 | color: #999; | 45 | color: #999; |
46 | font-size: 12px; | 46 | font-size: 12px; |
47 | line-height: 18px; | 47 | line-height: 18px; |
48 | - | ||
49 | - a { | ||
50 | - color: #999; | ||
51 | width: 100%; | 48 | width: 100%; |
52 | height: 18px; | 49 | height: 18px; |
53 | display: block; | 50 | display: block; |
54 | white-space: nowrap; | 51 | white-space: nowrap; |
55 | text-overflow: ellipsis; | 52 | text-overflow: ellipsis; |
56 | overflow: hidden; | 53 | overflow: hidden; |
54 | + | ||
55 | + a { | ||
56 | + color: #999; | ||
57 | } | 57 | } |
58 | } | 58 | } |
59 | 59 |
-
Please register or login to post a comment