diff options
| -rw-r--r-- | cgit.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -680,7 +680,7 @@ body { bottom: 0.1em; color: #333; border-radius: 4px; - border: #d16199; + border: #b85686; } #cgit .stats { @@ -722,3 +722,9 @@ body { #cgit .stats tr:first-child { border: 1px solid #C5D5DD; } + +#cgit #summary { + width: 700px; + margin: 0 auto; + text-align: justify; +} |
