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

Unified Diff: includes/index/style.html

Issue 29536625: Issue 5103 - Added padding to 1/2 column images on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Sept. 5, 2017, 12:53 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 | « no previous file | pages/about/index.html » ('j') | pages/about/index.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/index/style.html
===================================================================
--- a/includes/index/style.html
+++ b/includes/index/style.html
@@ -1,37 +1,60 @@
<style>
-.card-summary
-{
- height: 36px;
-}
+ .masthead-img img
ire 2017/09/06 22:56:58 It seems like these styles should be applied to al
juliandoucette 2017/09/11 16:15:59 Acknowledged. This could be different depending o
+ {
+ padding-top: 32px;
+ padding-left: 32px;
+ padding-right: 32px;
+ }
-.item-summary
-{
- height: auto;
-}
+ @media(min-width: 576px)
+ {
+ .masthead-img img
+ {
+ padding-top: 48px;
+ }
+ }
-@media(min-width: 544px)
-{
+ @media(min-width: 768px)
+ {
+ .masthead-img img
+ {
+ padding-top: 16px;
+ }
+ }
+
+ .card-summary
+ {
+ height: 36px;
+ }
+
.item-summary
{
- height: 70px;
+ height: auto;
}
-}
-@media(min-width: 768px)
-{
- .item-summary
+ @media(min-width: 544px)
{
- height: 170px;
+ .item-summary
+ {
+ height: 70px;
+ }
}
-}
-@media(min-width: 992px)
-{
- .item-summary
+ @media(min-width: 768px)
{
- height: 120px;
+ .item-summary
+ {
+ height: 170px;
+ }
}
-}
+
+ @media(min-width: 992px)
+ {
+ .item-summary
+ {
+ height: 120px;
+ }
+ }
</style>
« no previous file with comments | « no previous file | pages/about/index.html » ('j') | pages/about/index.html » ('J')

Powered by Google App Engine
This is Rietveld