diff options
| author | vosjedev <vosje+git@vosjedev.net> | 2025-10-10 19:34:29 +0200 |
|---|---|---|
| committer | vosjedev <vosje+git@vosjedev.net> | 2025-10-10 19:34:29 +0200 |
| commit | cd99253de289b28134b185803eb02b617b23ea81 (patch) | |
| tree | a22ab7a550417ea4156a257340d4859249f56896 /cgit.css | |
| parent | 51b0e8520c4ec4d246511f272b3764d6dbed0943 (diff) | |
| download | cgit-cd99253de289b28134b185803eb02b617b23ea81.tar.gz cgit-cd99253de289b28134b185803eb02b617b23ea81.tar.bz2 cgit-cd99253de289b28134b185803eb02b617b23ea81.tar.xz | |
ui-summary: add the readme to the summary page
Add the readme to the summary page. Also add some css.
Signed-off-by: vosjedev <vosje+git@vosjedev.net>
Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -258,6 +258,11 @@ div#cgit div#summary { margin-bottom: 1em; } +div#cgit div.embedded-readme { + margin-top: 1em; + +} + div#cgit table#downloads { float: right; border-collapse: collapse; @@ -962,3 +967,12 @@ div#cgit span.libravatar:hover > img.onhover { background-color: #eeeeee; box-shadow: 2px 2px 7px rgba(100,100,100,0.75); } + + +div#cgit div.embedded-readme { + border-top: solid 2px #ccc; + background-color: #eee; + padding: 1.5em; + margin-top: 2em; +} + |
