Showing
1 changed file
with
2 additions
and
2 deletions
@@ -85,11 +85,11 @@ a { | @@ -85,11 +85,11 @@ a { | ||
85 | left: 50%; | 85 | left: 50%; |
86 | margin-left: -35%; | 86 | margin-left: -35%; |
87 | margin-top: -45PX; | 87 | margin-top: -45PX; |
88 | - background-color: rgba(0,0,0,.7); | 88 | + background-color: rgba(0, 0, 0, 0.7); |
89 | color: #fff; | 89 | color: #fff; |
90 | font-size: 18PX; | 90 | font-size: 18PX; |
91 | border: none; | 91 | border: none; |
92 | - z-index:4; | 92 | + z-index: 4; |
93 | border-radius: 10PX; | 93 | border-radius: 10PX; |
94 | } | 94 | } |
95 | 95 |
-
Please register or login to post a comment