Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: anwiki/_override-static/global/global/css/index.css

Issue 5046426828537856: Issue 1485 - Created Maxthon landing page (Infrastructure) (Closed)
Patch Set: Added missing "/" in user agent regex Created Oct. 24, 2014, 2:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld