[static-web] Fix the bounding box of line numbers



commit 9c6b18dcbbf6f46b2ed1d38690b51eb6fd06271f
Author: Alexandre Franke <afranke gnome org>
Date:   Tue Feb 20 21:14:21 2018 +0100

    Fix the bounding box of line numbers

 cgit/cgit-gnome.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cgit/cgit-gnome.css b/cgit/cgit-gnome.css
index c28c352..5269ed3 100644
--- a/cgit/cgit-gnome.css
+++ b/cgit/cgit-gnome.css
@@ -38,7 +38,7 @@ table#header td.right {
 }
 
 /* Fix for the header covering the line linked to when using anchors */
-table.blob td.linenumbers a {
+table.blob td.linenumbers a:target {
   padding-top: 55px;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]