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

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

Issue 29565748: Issue 5834 - Removed learn more section from the adblockplus.org homepage (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Removed more learn more artifacts Created Oct. 6, 2017, 10:20 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
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -145,46 +145,8 @@
}
#pageactions
{
margin-left: 0;
margin-right: 0;
width: 100%;
}
-
-#more, #less
-{
- position: absolute;
- left: 50%;
- bottom: 220px;
- *bottom: -70px;
- *margin-bottom: 0px;
- _margin-bottom: 470px;
- width: 200px;
- margin-left: 200px;
- border-radius: 4px 4px 0px 0px;
-}
-
-#more-container.hidden #more,
-#more-container.hidden #less
-{
- *bottom: -30px;
- _bottom: 10px;
- *margin-bottom: -40px;
- _margin-bottom: 390px;
-}
-
-#sidebar
-{
- width: 220px;
- padding-top: 60px;
-}
-
-#more-tabs #sidebar button
-{
- display: block;
-}
-
-.more-tab
-{
- width: 760px;
-}
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld