diff options
| -rw-r--r-- | cgit.css | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -784,3 +784,24 @@ body { margin: 0 auto; text-align: justify; } + +#cgit #summary table { + border-collapse: collapse; + border: none; + margin: auto; +} + +#cgit #summary th,#cgit #summary td { + padding: 0.5em; +} + +#cgit #summary th { + border: none; + border-bottom: 2px solid #ccc; + text-align: left; +} + +#cgit #summary td { + border: none; + border-bottom: 1px solid #ccc; +} |
