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

Unified Diff: static/css/main.css

Issue 29505568: Issue 5355 - Fix line height on adblockplus.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Aug. 4, 2017, 2:39 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 | static/css/main-desktop.css » ('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
@@ -4,16 +4,17 @@
font-size: 16px;
}
body
{
background-color: #f8f6f2;
background-image: url(../img/background.png);
margin: 0;
+ line-height: 1.5;
}
a img
{
border: none;
}
a:link, a:visited
@@ -343,16 +344,17 @@
}
#footer-main
{
display: block;
background: white;
box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc;
padding: 0;
+ line-height: 1;
}
#footer-main nav h1, #footer-main nav li
{
color: #444444;
border-bottom: 1px solid #dedede;
}
« no previous file with comments | « no previous file | static/css/main-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld