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

Unified Diff: static/css/index-desktop.css

Issue 5636796054503424: Issue 1170 - [adblockplus.org Anwiki to CMS migration] Migrate content (Closed)
Patch Set: Brought in changes to website made over last few months. Created Jan. 19, 2015, 12:18 a.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
Index: static/css/index-desktop.css
diff --git a/static/css/index-desktop.css b/static/css/index-desktop.css
index 77f1234311291b067a74d56e35a53cba1a717dea..0b6ce9bce375673edc08fd3b8f3473d46d9dcfa8 100644
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -8,12 +8,12 @@
#main
{
- width: 421px;
+ width: 426px;
height: 307px;
position: relative;
float: right;
margin-left: 0px;
- margin-right: 8px;
+ margin-right: 3px;
margin-bottom: 4px;
}
@@ -44,7 +44,7 @@ html[dir="rtl"] #main
{
bottom: -2px;
right: 0;
- width: 110px;
+ width: 115px;
}
#information-android
@@ -53,7 +53,8 @@ html[dir="rtl"] #main
bottom: -25px;
}
-.warning-platform
+.warning-platform,
+.disclaimer
{
width: 100%;
margin-top: 50px;
@@ -61,6 +62,11 @@ html[dir="rtl"] #main
float: right;
}
+html[lang="fr"] .warning-platform
+{
+ margin-top: 0px;
+}
+
#key-facts
{
margin-top: 50px;

Powered by Google App Engine
This is Rietveld