Index: static/css/main-desktop.css |
=================================================================== |
--- a/static/css/main-desktop.css |
+++ b/static/css/main-desktop.css |
@@ -216,66 +216,66 @@ |
#content |
{ |
width: 680px; |
margin-top: 71px; |
margin-bottom: 280px; |
} |
-footer |
+#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 |
+html[dir="rtl"] #footer-main |
{ |
right: 0; |
left: auto; |
} |
-footer nav |
+#footer-main nav |
{ |
width: 600px; |
} |
-footer nav h1, footer nav li |
+#footer-main nav h1, #footer-main nav li |
{ |
width: 160px; |
padding-bottom: 5px; |
} |
-footer nav, footer nav section, #social |
+#footer-main nav, #footer-main nav section, #social |
{ |
display: inline-block; |
vertical-align: top; |
} |
-footer nav section |
+#footer-main nav section |
{ |
margin-left: 55px; |
margin-right: 0; |
} |
-html[dir="rtl"] footer nav section |
+html[dir="rtl"] #footer-main nav section |
{ |
margin-right: 55px; |
margin-left: 0; |
} |
-html footer nav section.first |
+html #footer-main nav section.first |
{ |
margin-left: 0; |
margin-right: 0; |
} |
#footer-content |
{ |
position: relative; |