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

Unified Diff: static/css/main-desktop.css

Issue 29564718: Issue 5742 - Added container and 4 column grid to adblockplus.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Fixed border-box colon Created Oct. 5, 2017, 5:17 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/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main-desktop.css
===================================================================
--- a/static/css/main-desktop.css
+++ b/static/css/main-desktop.css
@@ -1,15 +1,15 @@
html
{
position: relative;
min-height: 100%;
}
-header, #content, #footer-content
+header, #footer-content
{
margin-left: auto;
margin-right: auto;
}
header
{
width: 1000px;
@@ -139,26 +139,25 @@
}
html[dir="rtl"] #logo
{
right: 25px;
left: auto;
}
-#content, #footer-content
+#footer-content
{
margin-top: 15px;
padding-left: 10px;
padding-right: 10px;
}
#content
{
- width: 680px;
margin-top: 71px;
margin-bottom: 280px;
}
#footer-main
{
position: absolute;
left: 0;
« no previous file with comments | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld