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

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

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Addressed comments Created Oct. 11, 2017, 1:11 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-desktop.css ('k') | static/css/noscript-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main-mobile.css
===================================================================
--- a/static/css/main-mobile.css
+++ b/static/css/main-mobile.css
@@ -1,60 +1,10 @@
#content
{
margin-top: 20px;
margin-bottom: 50px;
}
-#footer-main
-{
- text-align: center;
- position: static;
-}
-
-#footer-main h1, #footer-main nav li
-{
- padding: 15px;
- margin: 0px;
-}
-
-#footer-main nav li
-{
- display: none;
-}
-
-#footer-main nav section h1::after
-{
- content: "";
- display: inline-block;
- width: 11px;
- height: 11px;
- margin-left: 5px;
- margin-right: 0;
- background-image: url(../img/sprite-main.png);
- background-position: -31px -166px;
-}
-
-html[dir="rtl"] #footer-main nav section h1::after
-{
- margin-right: 5px;
- margin-left: 0;
-}
-
-#footer-main nav section.visible h1::after
-{
- background-position: -31px -178px;
-}
-
-#footer-main nav section.visible li
-{
- display: block;
-}
-
-#social-list
-{
- padding: 0px;
-}
-
#anwiki-admin, #pageactions
{
display: none;
}
« no previous file with comments | « static/css/main-desktop.css ('k') | static/css/noscript-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld