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: Addressed #3 and spacing Created Feb. 23, 2018, 12:41 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
ire 2018/02/26 19:01:31 There doesn't seem to me to be anything related to
juliandoucette 2018/02/27 13:00:06 Agreed... Wasn't sure what to call it :/ ... Any s
ire 2018/02/28 09:21:54 I'm not sure either. Considering that this may be
juliandoucette 2018/02/28 19:40:00 How about "item"?
ire 2018/03/01 09:06:05 I don't think "item" really has much meaning eithe
juliandoucette 2018/03/01 10:34:09 Yes, at least in the almost identical "features" s
ire 2018/03/01 14:15:07 Alright. I'm still not 100% sure about the name "i
+ *****************************************************************************/
+
+.card-deck
ire 2018/02/26 19:01:31 Did you mean for there to be a comma after this?
juliandoucette 2018/02/27 13:00:06 Yes *blush*
ire 2018/02/28 09:21:54 :P
+.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