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

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

Issue 29551738: Issue 5634 - Replaced logo and refactored navbar width and colors (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Refactored implementation Created Oct. 6, 2017, 4:12 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') | static/css/main-desktop.css » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 margin-left: 0;
5 margin-right: 0;
6 } 4 }
7 5
8 #abb-banner 6 #abb-banner
9 { 7 {
10 padding: 20px; 8 padding: 20px;
11 } 9 }
12 10
13 #abb-banner h2 11 #abb-banner h2
14 { 12 {
15 font-size: 24px; 13 font-size: 24px;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 #key-facts section.border-right 104 #key-facts section.border-right
107 { 105 {
108 padding-bottom: 25px; 106 padding-bottom: 25px;
109 border-bottom: 1px dotted black; 107 border-bottom: 1px dotted black;
110 } 108 }
111 109
112 #footnote 110 #footnote
113 { 111 {
114 padding: 0px 20px; 112 padding: 0px 20px;
115 } 113 }
OLDNEW
« no previous file with comments | « no previous file | static/css/main.css » ('j') | static/css/main-desktop.css » ('J')

Powered by Google App Engine
This is Rietveld