Index: anwiki/_override-static/global/global/css/index.css |
=================================================================== |
--- a/anwiki/_override-static/global/global/css/index.css |
+++ b/anwiki/_override-static/global/global/css/index.css |
@@ -13,7 +13,7 @@ |
display: inline-block; |
} |
-#video |
+#video, #maxthon-teaser |
{ |
background: white; |
padding: 10px; |
@@ -21,6 +21,18 @@ |
box-shadow: 1px 1px 0 0 #dbdbdb; |
} |
+#maxthon-teaser, |
+#content.maxthon #video |
+{ |
+ display: none; |
+} |
+ |
+#content.maxthon #maxthon-teaser |
+{ |
+ display: inline-block; |
+ padding: 0px; |
saroyanm
2014/10/24 16:00:25
Not that much matter, but should we use 0px or 0 i
Thomas Greiner
2014/10/27 10:58:16
I tend to stick with this variant because it's mor
|
+} |
+ |
#summary h1, #summary h2 |
{ |
font-weight: normal; |
@@ -207,6 +219,36 @@ |
display: inline-block; |
} |
+#maxthon-news, |
+#content.maxthon #install, |
+#content.maxthon #features |
+{ |
+ display: none; |
+} |
+ |
+#content.maxthon #maxthon-news |
+{ |
+ display: inline-block; |
+ padding-left: 0px; |
+} |
+ |
+#maxthon-news strong |
+{ |
+ display: block; |
+ color: #2d79c0; |
+} |
+ |
+#maxthon-news a |
+{ |
+ color: #2d79c0; |
+} |
+ |
+#maxthon-news li.emphasized |
+{ |
+ font-weight: normal; |
+ font-size: 18px; |
+} |
+ |
#install ul |
{ |
list-style: none; |