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

Unified Diff: includes/solutions/style.html

Issue 29374562: Issue 4514 - Improved font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Feb. 4, 2017, 4: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/style.html ('k') | includes/users/style.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/solutions/style.html
===================================================================
--- a/includes/solutions/style.html
+++ b/includes/solutions/style.html
@@ -1,36 +1,20 @@
<style>
.card-summary
{
- height: 90px;
-}
-
-@media(min-width: 544px)
-{
- .card-summary
- {
- height: 140px;
- }
-}
-
-@media(min-width: 768px)
-{
- .card-summary
- {
- height: 110px;
- }
+ height: 140px;
}
@media(min-width: 992px)
{
.card-summary
{
- height: 160px;
+ height: 230px;
}
}
@media(min-width: 768px)
{
.card.list
{
display: block;
« no previous file with comments | « includes/index/style.html ('k') | includes/users/style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld