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

Unified Diff: static/css/main.css

Issue 29720642: Noissue - Added .body-container to provide padding-top for body content and avoid navbar overlap (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 12, 2018, 5:02 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
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -5,21 +5,26 @@
}
body
{
margin: 0;
line-height: 1.5;
}
+/** Provides padding necessary for fixed navbar */
+.body-container
ire 2018/03/13 08:31:36 NIT: We could apply this style directly to the bod
juliandoucette 2018/03/13 12:14:03 Ack. I thought of that last night as I was going t
+{
+ padding-top: 4em;
+}
+
#content,
#blog
{
padding-bottom: 2em;
- padding-top: 4em;
}
a img
{
border: none;
}
a:link, a:visited
« no previous file with comments | « static/css/index.css ('k') | templates/default.tmpl » ('j') | templates/default.tmpl » ('J')

Powered by Google App Engine
This is Rietveld