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

Delta Between Two Patch Sets: static/css/main-mobile.css

Issue 29551738: Issue 5634 - Replaced logo and refactored navbar width and colors (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Fixed .container Created Sept. 28, 2017, 12:52 a.m.
Right Patch Set: Addressed comments Created Oct. 11, 2017, 11:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/main-desktop.css ('k') | static/img/menu-toggle.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #content 1 #content
2 { 2 {
3 margin: 20px 10px 50px 10px; 3 margin-top: 20px;
4 margin-bottom: 50px;
4 } 5 }
5 6
6 #footer-main 7 #footer-main
7 { 8 {
8 text-align: center; 9 text-align: center;
9 position: static; 10 position: static;
10 } 11 }
11 12
12 #footer-main h1, #footer-main nav li 13 #footer-main h1, #footer-main nav li
13 { 14 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 51
51 #social-list 52 #social-list
52 { 53 {
53 padding: 0px; 54 padding: 0px;
54 } 55 }
55 56
56 #anwiki-admin, #pageactions 57 #anwiki-admin, #pageactions
57 { 58 {
58 display: none; 59 display: none;
59 } 60 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld