diff options
| -rw-r--r-- | cgit.css | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -217,9 +217,6 @@ body { border: none; } -#cgit .list .commitgraph { - font-family: "Source Code Pro"; -} */ #cgit .list { @@ -227,6 +224,10 @@ body { width: 100%; } +#cgit .list .commitgraph { + font-family: "Source Code Pro"; +} + #cgit .list[summary="repository list"] { font-size: 95%; } @@ -244,6 +245,10 @@ body { background-color: #FCFCcc; } +#cgit .list .nohover td { + padding: 0 0.2em; +} + #cgit .list .nohover:hover { background-color: transparent; } @@ -268,6 +273,7 @@ body { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-weight: bold; + padding: 0.2em 0.2em !important; } #cgit .cgit-panel { |
