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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locales/en/menu.json ('k') | templates/default.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -176,18 +176,19 @@
}
/*******************************************************************************
* #navbar
******************************************************************************/
#navbar
{
- height: 4em;
+ min-height: 4em;
background-color: #c70d2c;
+ overflow: auto;
}
#navbar li
{
list-style-type: none;
}
#navbar .container
« 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