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

Side by Side Diff: static/css/index-desktop.css

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Addressed comments Created Oct. 11, 2017, 1:11 p.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 | « no previous file | static/css/main.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 1 #content
2 { 2 {
3 width: 990px; 3 width: 990px;
4 margin-bottom: 290px;
5 padding-left: 0; 4 padding-left: 0;
6 padding-right: 0; 5 padding-right: 0;
7 } 6 }
8 7
9 #content.ua-android, 8 #content.ua-android,
10 #content.ua-ios 9 #content.ua-ios
11 { 10 {
12 width: 1000px; 11 width: 1000px;
13 } 12 }
14 13
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 142 {
144 width: 225px; 143 width: 225px;
145 } 144 }
146 145
147 #pageactions 146 #pageactions
148 { 147 {
149 margin-left: 0; 148 margin-left: 0;
150 margin-right: 0; 149 margin-right: 0;
151 width: 100%; 150 width: 100%;
152 } 151 }
OLDNEW
« no previous file with comments | « no previous file | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld