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: Added missing comma Created Feb. 27, 2018, 12:59 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/features.html ('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,27 @@
}
/* overriding display:none above */
#footer #social-list
{
display: block;
}
}
+
+/* Cards
+ *****************************************************************************/
+
+.card-deck,
+.card-body
+{
+ margin: 1em 0;
+}
+
+.card
+{
+ margin: 2em 0 1em 0;
+}
+
+.card-heading
+{
+ text-transform: uppercase;
+}
« no previous file with comments | « includes/index/features.html ('k') | static/img/feature-aa.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld