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

Unified Diff: includes/solutions/style.html

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Rebase Created July 17, 2017, 1: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
Index: includes/solutions/style.html
===================================================================
--- a/includes/solutions/style.html
+++ b/includes/solutions/style.html
@@ -1,15 +1,16 @@
<style>
.card-summary
{
height: auto;
}
+
juliandoucette 2017/07/18 22:07:34 NIT: Extra whitespace.
ire 2017/07/20 17:43:23 Done.
@media(min-width: 544px)
{
.card-summary
{
height: 140px;
}
}
@@ -34,9 +35,17 @@
.card.list
{
display: block;
width: 70%;
margin: 0 auto;
}
}
+@supports (display: grid)
+{
+ .card-footer .m-t-md
juliandoucette 2017/07/18 22:07:34 I don't think we need .m-t-md in this .card-footer
ire 2017/07/20 17:43:23 You're right! Done.
+ {
+ margin-top: 0 !important;
+ }
+}
+
</style>

Powered by Google App Engine
This is Rietveld