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

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

Issue 29589609: Issue 5636 - Changed navbar contents (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Changed order of about and contribute Created Oct. 30, 2017, 12:07 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 | « locales/en/menu.json ('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 * 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 #navbar .container 194 #navbar .container
194 { 195 {
195 padding-left: 0; 196 padding-left: 0;
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 { 598 {
598 display: none; 599 display: none;
599 } 600 }
600 601
601 /* overriding display:none above */ 602 /* overriding display:none above */
602 #footer #social-list 603 #footer #social-list
603 { 604 {
604 display: block; 605 display: block;
605 } 606 }
606 } 607 }
OLDNEW
« no previous file with comments | « locales/en/menu.json ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld