Showing
1 changed file
with
3 additions
and
3 deletions
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | left: 0; | 21 | left: 0; |
22 | z-index: 100; | 22 | z-index: 100; |
23 | background: #000; | 23 | background: #000; |
24 | - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; | 24 | + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; |
25 | opacity: 0.4; | 25 | opacity: 0.4; |
26 | -webkit-transition: opacity .15s linear; | 26 | -webkit-transition: opacity .15s linear; |
27 | -o-transition: opacity .15s linear; | 27 | -o-transition: opacity .15s linear; |
@@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
83 | } | 83 | } |
84 | 84 | ||
85 | .mt20 { | 85 | .mt20 { |
86 | - margin-top: 20px; | 86 | + margin-top: 20px !important; |
87 | } | 87 | } |
88 | 88 | ||
89 | .mt30 { | 89 | .mt30 { |
@@ -95,7 +95,7 @@ | @@ -95,7 +95,7 @@ | ||
95 | } | 95 | } |
96 | 96 | ||
97 | .mb20 { | 97 | .mb20 { |
98 | - margin-bottom: 20px; | 98 | + margin-bottom: 20px !important; |
99 | } | 99 | } |
100 | 100 | ||
101 | .mb40 { | 101 | .mb40 { |
-
Please register or login to post a comment