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

Unified Diff: static/css/index-desktop.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.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -1,21 +1,8 @@
-#content
-{
- width: 990px;
- padding-left: 0;
- padding-right: 0;
-}
-
-#content.ua-android,
-#content.ua-ios
-{
- width: 1000px;
-}
-
#main
{
width: 426px;
height: auto;
/* Force height to be at least the height of the video/image */
min-height: 310px;
position: relative;
float: right;
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld