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

Unified Diff: static/css/main.css

Issue 29588968: Noissue - Updated defaults.css and refactored #navbar-container (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 25, 2017, 5:58 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 | « static/css/defaults.css ('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
@@ -185,30 +185,20 @@
background-color: #c70d2c;
}
#navbar li
{
list-style-type: none;
}
-/* padding provided by navbar contents */
-.navbar-container
+#navbar .container
{
- width: 1170px;
- margin: 0 auto;
-}
-
-/* full-width under .container max-width */
-@media(max-width: 1199px)
-{
- .navbar-container
- {
- width: 100%;
- }
+ padding-left: 0;
ire 2017/10/27 08:43:11 I see that you did this because of the mobile navi
juliandoucette 2017/10/27 08:59:37 You may be referring to the homepage content? If s
ire 2017/10/27 12:30:09 Ack. I was referring to homepage.
+ padding-right: 0;
}
/* #navbar #navbar-logo
******************************************************************************/
#navbar-logo
{
/* padding is visible in hover background-color change */
« no previous file with comments | « static/css/defaults.css ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld