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

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

Issue 29695555: Fixes #6 - Add media mention banner (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Undo change to full-width layout Created Feb. 26, 2018, 8:31 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
« no previous file with comments | « static/css/index-desktop.css ('k') | static/img/external-icon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-mobile.css
===================================================================
--- a/static/css/index-mobile.css
+++ b/static/css/index-mobile.css
@@ -25,16 +25,21 @@
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 20px 0;
max-width: 515px;
}
+#video-container
+{
+ margin-bottom: 20px;
+}
+
#video-disclaimer
{
margin: 10px;
}
.no-js #video-disclaimer,
.show-disclaimer #video-disclaimer
{
« no previous file with comments | « static/css/index-desktop.css ('k') | static/img/external-icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld