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

Unified Diff: static/css/main.css

Issue 29720633: 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 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/index.css ('k') | static/img/hero-video.jpg » ('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
@@ -5,21 +5,26 @@
}
body
{
margin: 0;
line-height: 1.5;
}
+/** Provides padding necessary for fixed navbar */
+.body-container
+{
+ 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') | static/img/hero-video.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld