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

Unified Diff: static/css/main.css

Issue 29576555: Noissue - Moved new apb.org #content padding to index*.css (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Fixed desktop/mobile mix-up Created Oct. 16, 2017, 12:39 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-mobile.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
@@ -431,33 +431,16 @@
#navbar-menu li a:active,
#navbar-menu li a:focus
{
background-color: #434343;
}
}
/*******************************************************************************
- * #content
- ******************************************************************************/
-
-#content
-{
- padding-top: 2.5em;
-}
-
-@media(min-width: 768px)
-{
- #content
- {
- padding-top: 5em;
- }
-}
-
-/*******************************************************************************
* #footer
******************************************************************************/
#footer
{
overflow: auto;
margin-top: 2em;
padding: 2em 0em;
« no previous file with comments | « static/css/index-mobile.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld