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: Refactored Created Oct. 6, 2017, 12:47 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
Index: static/css/main-mobile.css
===================================================================
--- a/static/css/main-mobile.css
+++ b/static/css/main-mobile.css
@@ -65,21 +65,16 @@
margin-right: -11px;
padding: 12px 12px 0px 12px;
border: 1px solid #d9d9d9;
border-top: none;
border-bottom: none;
background-color: white;
}
-header nav>ul>li.selected, #footer-main nav section h1
-{
- cursor: pointer;
-}
-
header nav>ul>li:not(.selected)
{
display: none;
padding: 10px 5px;
}
header nav>ul.visible>li
{
@@ -114,62 +109,12 @@
}
#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;
}

Powered by Google App Engine
This is Rietveld