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

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

Issue 29564718: Issue 5742 - Added container and 4 column grid to adblockplus.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Fixed border-box colon Created Oct. 5, 2017, 5:17 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 | « static/css/main-desktop.css ('k') | templates/default.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 header 1 header
2 { 2 {
3 width: auto; 3 width: auto;
4 min-height: 60px; 4 min-height: 60px;
5 padding: 10px; 5 padding: 10px;
6 } 6 }
7 7
8 header li a 8 header li a
9 { 9 {
10 display: block; 10 display: block;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 } 108 }
109 109
110 html[dir="rtl"] #logo 110 html[dir="rtl"] #logo
111 { 111 {
112 right: 2px; 112 right: 2px;
113 left: auto; 113 left: auto;
114 } 114 }
115 115
116 #content 116 #content
117 { 117 {
118 margin: 20px 10px 50px 10px; 118 margin-top: 20px;
119 margin-bottom: 50px;
119 } 120 }
120 121
121 #footer-main 122 #footer-main
122 { 123 {
123 text-align: center; 124 text-align: center;
124 position: static; 125 position: static;
125 } 126 }
126 127
127 #footer-main h1, #footer-main nav li 128 #footer-main h1, #footer-main nav li
128 { 129 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 166
166 #social-list 167 #social-list
167 { 168 {
168 padding: 0px; 169 padding: 0px;
169 } 170 }
170 171
171 #anwiki-admin, #pageactions 172 #anwiki-admin, #pageactions
172 { 173 {
173 display: none; 174 display: none;
174 } 175 }
OLDNEW
« no previous file with comments | « static/css/main-desktop.css ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld