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

Unified Diff: static/css/index.css

Issue 29723566: Fixes #37 - Refactor cross-promotion.tmpl and abb-notification.json (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Rebase Created March 21, 2018, 9:02 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 | « locales/en/abb-notification.json ('k') | no next file » | 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
@@ -271,32 +271,32 @@
#features h2
{
margin: 0;
}
}
/******************************************************************************
- * #abb-notification
+ * #abb-cross-promotion
*****************************************************************************/
-#abb-notification
+#abb-cross-promotion
{
padding: 3em 0;
}
-#abb-notification h2
+#abb-cross-promotion h2
{
margin-top: 0;
margin-bottom: 1.5em;
}
-#abb-notification h2,
-#abb-notification h3
+#abb-cross-promotion h2,
+#abb-cross-promotion h3
{
text-transform: uppercase;
}
#abb-logo
{
max-width: 10em;
}
@@ -321,17 +321,17 @@
@media (min-width: 576px)
{
#abb-app-store-badges .one-half
{
width: 50%;
}
- #abb-notification figure,
+ #abb-cross-promotion figure,
#abb-app-store-badges
{
padding-left: 2em;
padding-right: 2em;
}
}
/******************************************************************************
« no previous file with comments | « locales/en/abb-notification.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld