Index: static/css/index-desktop.css |
=================================================================== |
--- a/static/css/index-desktop.css |
+++ b/static/css/index-desktop.css |
@@ -17,6 +17,11 @@ |
margin-bottom: 4px; |
} |
+#content.edge #main |
+{ |
+ height: 380px; |
+} |
+ |
html[dir="rtl"] #main |
{ |
float: left; |
@@ -47,13 +52,25 @@ |
width: 115px; |
} |
-#content.maxthon #install ul |
+#content.maxthon #install ul, |
+#content.edge #install ul |
{ |
margin-left: 18px; |
right: auto; |
width: auto; |
} |
+#content.edge #install ul |
+{ |
+ margin: 0px 35px; |
+} |
+ |
+#content.edge #other-browsers |
+{ |
+ margin: 0px 40px; |
+ display: block; |
+} |
+ |
#information-android |
{ |
left: 2px; |
@@ -168,3 +185,14 @@ |
{ |
width: 760px; |
} |
+ |
+#content.edge #edge-teaser |
+{ |
+ display: inline-block; |
+ padding: 0px; |
+} |
+ |
+#subscribe-textbox |
+{ |
+ width: 210px; |
+} |