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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content
2 {
3 width: 990px;
4 padding-left: 0;
5 padding-right: 0;
6 }
7
8 #content.ua-android,
9 #content.ua-ios
10 {
11 width: 1000px;
12 }
13
14 #main 1 #main
15 { 2 {
16 width: 426px; 3 width: 426px;
17 height: auto; 4 height: auto;
18 /* Force height to be at least the height of the video/image */ 5 /* Force height to be at least the height of the video/image */
19 min-height: 310px; 6 min-height: 310px;
20 position: relative; 7 position: relative;
21 float: right; 8 float: right;
22 margin-left: 0px; 9 margin-left: 0px;
23 margin-right: 3px; 10 margin-right: 3px;
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 { 129 {
143 width: 225px; 130 width: 225px;
144 } 131 }
145 132
146 #pageactions 133 #pageactions
147 { 134 {
148 margin-left: 0; 135 margin-left: 0;
149 margin-right: 0; 136 margin-right: 0;
150 width: 100%; 137 width: 100%;
151 } 138 }
OLDNEW
« 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