From f37cbe5725db038b42777848064c4a79b818d0a8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 15 Jul 2013 19:36:00 +0200 Subject: Fix width of highlit line in code Also add some more padding on left of the numbers. Signed-off-by: Florian Pritz --- data/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/css/style.css b/data/css/style.css index 5d03b3f4c..52d84b505 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -98,9 +98,8 @@ code, pre, textarea { } .code pre a.linenumber { - padding: 0 6px; /* space after numbers */ + padding: 0 6px 0 16px; text-align: right; - background: #ececec; border-right: 1px solid #ddd; text-align: right; @@ -119,6 +118,7 @@ code, pre, textarea { .code pre .table-row .line { padding-left: 10px; + width: 100% } .content .highlight > pre { -- cgit v1.2.3-24-g4f1b