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

Unified Diff: static/css/main.css

Issue 29705597: Fixes #7 - Updated benefits section on index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Moved features and renamed card/card-deck to item/item-group Created Feb. 28, 2018, 7:37 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
« no previous file with comments | « includes/index.tmpl ('k') | static/img/feature-aa.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -711,8 +711,29 @@
}
/* overriding display:none above */
#footer #social-list
{
display: block;
}
}
+
+/* Items
+ *****************************************************************************/
+
+.item-group,
+.item-body
+{
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+.item
+{
+ padding-top: 2em;
+ padding-bottom: 2em;
+}
+
+.item-heading
+{
+ text-transform: uppercase;
+}
« no previous file with comments | « includes/index.tmpl ('k') | static/img/feature-aa.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld