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

Unified Diff: static/css/index.css

Issue 29722640: Fixes #22 - Add download page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Rebase Created March 21, 2018, 9:17 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
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -194,93 +194,16 @@
#media-list img
{
margin: 0 2em;
}
}
/******************************************************************************
- * #features
- *****************************************************************************/
-
-#features
-{
- text-align: center;
- padding-top: 3em;
- padding-bottom: 3em;
-}
-
-#features h2
-{
- text-transform: uppercase;
-}
-
-@media (max-width: 575px)
-{
- #features .column
- {
- margin-bottom: 3em;
- }
-
- #features .column:last-of-type
- {
- margin-bottom: 0;
- }
-}
-
-@media (min-width: 576px) and (max-width: 1023px)
-{
- #features
- {
- text-align: left;
- }
-
- [dir="rtl"] #features
- {
- text-align: right;
- }
-
- #features .column
- {
- position: relative;
- width: auto;
- padding: 0 3em 2em 10.5em;
- }
-
- [dir="rtl"] #features .column
- {
- padding: 0 10.5em 2em 3em;
- }
-
- #features .column:last-of-type
- {
- padding-bottom: 0;
- }
-
- #features img
- {
- position: absolute;
- left: 3em;
- top: 0.5em;
- }
-
- [dir="rtl"] #features img
- {
- left: auto;
- right: 3em;
- }
-
- #features h2
- {
- margin: 0;
- }
-}
-
-/******************************************************************************
* #abb-notification
*****************************************************************************/
#abb-notification
{
padding: 3em 0;
}
« pages/download.tmpl ('K') | « pages/download.tmpl ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld