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

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

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Rebased away learn more and grid Created Oct. 6, 2017, 11:47 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
Index: static/css/main-desktop.css
===================================================================
--- a/static/css/main-desktop.css
+++ b/static/css/main-desktop.css
@@ -1,24 +1,21 @@
html
{
position: relative;
min-height: 100%;
}
-header, #footer-content
-{
- margin-left: auto;
- margin-right: auto;
-}
-
header
{
width: 1000px;
border-radius: 0 0 5px 5px;
+ margin-left: auto;
+ margin-right: auto;
+
}
header nav
{
padding: 40px 12px 10px 140px;
line-height: 1;
}
@@ -139,102 +136,19 @@
}
html[dir="rtl"] #logo
{
right: 25px;
left: auto;
}
-#footer-content
-{
- margin-top: 15px;
- padding-left: 10px;
- padding-right: 10px;
-}
-
#content
{
margin-top: 71px;
- margin-bottom: 280px;
-}
-
-#footer-main
-{
- position: absolute;
- left: 0;
- right: auto;
- bottom: 0;
- width: 100%;
- height: 220px;
-
- /* Disable the sticky footer in IE6/7 */
- .position: relative;
- .bottom: 220px;
-}
-
-html[dir="rtl"] #footer-main
-{
- right: 0;
- left: auto;
-}
-
-#footer-main nav
-{
- width: 600px;
-}
-
-#footer-main nav h1, #footer-main nav li
-{
- width: 160px;
- padding-bottom: 5px;
-}
-
-#footer-main nav, #footer-main nav section, #social
-{
- display: inline-block;
- vertical-align: top;
-}
-
-#footer-main nav section
-{
- margin-left: 55px;
- margin-right: 0;
-}
-
-html[dir="rtl"] #footer-main nav section
-{
- margin-right: 55px;
- margin-left: 0;
-}
-
-html #footer-main nav section.first
-{
- margin-left: 0;
- margin-right: 0;
-}
-
-#footer-content
-{
- position: relative;
- width: 980px;
-}
-
-#social
-{
- position: absolute;
- top: 0;
- right: 0;
- left: auto;
-}
-
-html[dir="rtl"] #social
-{
- left: 0;
- right: auto;
}
#anwiki-admin
{
position: absolute;
bottom: 5px;
right: 10px;
left: 0;
« static/css/main.css ('K') | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld