From 0694ee9cd33a75e28862234eca1ac3005f54882b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 4 Jan 2019 06:17:53 -0500 Subject: Make line numbers immune to minimum font size settings. #748 --- tests/gold/html/styled/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/gold/html/styled/style.css b/tests/gold/html/styled/style.css index 14592865..41bcf2be 100644 --- a/tests/gold/html/styled/style.css +++ b/tests/gold/html/styled/style.css @@ -205,15 +205,15 @@ h2.stats { padding: 0 .5em; color: #999999; font-family: verdana, sans-serif; - font-size: .625em; /* 10/16 */ - line-height: 1.6em; /* 16/10 */ - } +} .linenos p.highlight { background: #ffdd00; } .linenos p a { text-decoration: none; color: #999999; + font-size: .8333em; /* 10/12 */ + line-height: 1em; } .linenos p a:hover { text-decoration: underline; -- cgit v1.2.1