From e2df126eb513b5657f0a4d55a0f69638d4994fff Mon Sep 17 00:00:00 2001 From: Alexey Makhov Date: Thu, 5 Feb 2015 15:01:50 +0300 Subject: [PATCH] js/css for lines comment (css is only for dev) --- public/ng/css/gogs.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 1bffd2347..6a6c10ddb 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1449,6 +1449,13 @@ The register and sign-in page style cursor: pointer; display: block; } +.code-view .lines-code b:hover { + width: 22px; + height: 22px; + line-height: 22px; + font-size: 22px; + margin: -1px -12px -2px -11px; +} .code-view .lines-code b { position: relative; z-index: 5;