From 451f328a4cd651259bf173f99a37cd0feb866e32 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 13 Oct 2014 03:07:47 -0400 Subject: Fix #457 and fix #557 --- public/ng/css/gogs.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'public/ng/css/gogs.css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 6c8211c7..52a503cc 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1402,12 +1402,10 @@ The register and sign-in page style } .code-view .lines-num span { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - line-height: 18px; - padding: 0 8px 0 10px; + line-height: 1.6; + padding: 0 10px; cursor: pointer; display: block; - margin-top: 2px; - font-size: 12px; } .code-view .lines-code > pre { border: none; -- cgit v1.2.3