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

Unified Diff: static/css/main.css

Issue 29573885: Noissue - Removed *-desktop.css and *-mobile.css from new abp.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Removed references in default.tmpl Created Oct. 12, 2017, 11:20 a.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 | « no previous file | static/css/main-desktop.css » ('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
@@ -431,16 +431,33 @@
#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 | « no previous file | static/css/main-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld