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

Unified Diff: static/css/main-desktop.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 | « static/css/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main-desktop.css
===================================================================
--- a/static/css/main-desktop.css
+++ b/static/css/main-desktop.css
@@ -14,16 +14,17 @@
{
width: 1000px;
border-radius: 0 0 5px 5px;
}
header nav
{
padding: 40px 12px 10px 140px;
+ line-height: 1;
}
html[dir="rtl"] header nav
{
padding: 40px 140px 10px 12px;
}
header nav ul,
« no previous file with comments | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld