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

Unified Diff: static/css/index.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 | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -589,114 +589,16 @@
}
#footnote ul
{
margin: 0px;
padding: 0px 30px;
}
-#more-container
-{
- *position: relative;
- margin-top: 40px;
-}
-
-#more, #less
-{
- padding: 10px 0px;
- border: 0px;
- background-color: #dbd4c7;
-}
-
-#sidebar
-{
- display: inline-block;
-}
-
-#more-tabs #sidebar button
-{
- margin: 5px;
- padding: 4px 7px;
- font-size: 18px;
- border: 0px;
- border-radius: 4px;
- background-color: #eee8df;
-}
-
-.more-tab
-{
- vertical-align: top;
-}
-
-#content .more-tab h2
-{
- margin: 10px 0px;
- font-size: 30px;
- font-weight: normal;
-}
-
-.more-tab li
-{
- margin-bottom: 10px;
-}
-
-.more-tab blockquote
-{
- margin: 0px;
- font-style: italic;
-}
-
-#more, .more-tab
-{
- display: none;
-}
-
-#less, #more-tabs
-{
- display: inline-block;
-}
-
-#more-container.hidden #more
-{
- display: inline-block;
-}
-
-#more-container.hidden #less,
-#more-container.hidden #more-tabs
-{
- display: none;
-}
-
-#more-container.firefox #tab-firefox,
-#more-container.chrome #tab-chrome,
-#more-container.opera #tab-opera,
-#more-container.android #tab-android,
-#more-container.internet-explorer #tab-internet-explorer,
-#more-container.safari #tab-safari,
-#more-container.yandex-browser #tab-yandex-browser,
-#more-container.maxthon #tab-maxthon,
-#more-container.edge #tab-edge
-{
- display: inline-block;
-}
-
-#more-container.firefox #more-firefox,
-#more-container.chrome #more-chrome,
-#more-container.opera #more-opera,
-#more-container.android #more-android,
-#more-container.internet-explorer #more-internet-explorer,
-#more-container.safari #more-safari,
-#more-container.yandex-browser #more-yandex-browser,
-#more-container.maxthon #more-maxthon
-#more-container.edge #more-edge
-{
- background-color: #dbd4c7;
-}
-
.notice
{
padding: 20px;
line-height: 1.4;
color: #000;
background-color: #fff;
border: 2px solid #a1a1a1;
}
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld