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

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

Issue 29588965: Noissue - Prevented collapse of vertical margin after navbar menu (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 25, 2017, 5:55 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 margin: 0; 9 margin: 0;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 { 174 {
175 color: #c70d2c; 175 color: #c70d2c;
176 } 176 }
177 177
178 /******************************************************************************* 178 /*******************************************************************************
179 * #navbar 179 * #navbar
180 ******************************************************************************/ 180 ******************************************************************************/
181 181
182 #navbar 182 #navbar
183 { 183 {
184 height: 4em; 184 min-height: 4em;
185 background-color: #c70d2c; 185 background-color: #c70d2c;
186 overflow: auto;
186 } 187 }
187 188
188 #navbar li 189 #navbar li
189 { 190 {
190 list-style-type: none; 191 list-style-type: none;
191 } 192 }
192 193
193 /* padding provided by navbar contents */ 194 /* padding provided by navbar contents */
194 .navbar-container 195 .navbar-container
195 { 196 {
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 { 608 {
608 display: none; 609 display: none;
609 } 610 }
610 611
611 /* overriding display:none above */ 612 /* overriding display:none above */
612 #footer #social-list 613 #footer #social-list
613 { 614 {
614 display: block; 615 display: block;
615 } 616 }
616 } 617 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld