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: Rebased, Changed documentation link, added globe icon, removed locale code Created Nov. 27, 2017, 5:30 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') | static/img/globe.png » ('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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 #navbar-menu a 308 #navbar-menu a
309 { 309 {
310 display: block; 310 display: block;
311 color: #fff; 311 color: #fff;
312 text-decoration: none; 312 text-decoration: none;
313 } 313 }
314 314
315 /* #navbar #navbar-menu #navbar-locale-menu 315 /* #navbar #navbar-menu #navbar-locale-menu
316 ******************************************************************************/ 316 ******************************************************************************/
317 317
318 #locale-icon
319 {
320 display: inline-block;
321 height: 1em;
322 width: 1em;
323 vertical-align: text-top;
324 margin-right: 0.1em;
325 }
326
327 [dir="rtl"] #locale-icon
328 {
329 margin-right: 0;
330 margin-left: 0.1em;
331 }
332
318 /* caret */ 333 /* caret */
319 #navbar-locale-selected:after 334 #navbar-locale-selected:after
320 { 335 {
321 display: inline-block; 336 display: inline-block;
322 width: 0; 337 width: 0;
323 height: 0; 338 height: 0;
324 margin: 0em 0em 0em 0.255em; 339 margin: 0em 0em 0em 0.255em;
325 vertical-align: .255em; 340 vertical-align: .255em;
326 content: ""; 341 content: "";
327 border-top: .3em solid; 342 border-top: .3em solid;
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 { 626 {
612 display: none; 627 display: none;
613 } 628 }
614 629
615 /* overriding display:none above */ 630 /* overriding display:none above */
616 #footer #social-list 631 #footer #social-list
617 { 632 {
618 display: block; 633 display: block;
619 } 634 }
620 } 635 }
OLDNEW
« no previous file with comments | « locales/en/menu.json ('k') | static/img/globe.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld