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: Moved space to <body> Created March 13, 2018, 12:13 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') | no next file » | 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
@@ -2,24 +2,24 @@
{
font-family: Arial, sans;
font-size: 16px;
}
body
{
margin: 0;
+ padding-top: 4em;
ire 2018/03/13 12:24:48 NIT: It could be useful to have a comment about wh
juliandoucette 2018/03/13 12:32:54 Acknowledged.
line-height: 1.5;
}
#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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld