diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 13:00:31 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 13:00:31 +0200 |
commit | 20fe6ff5b47116ddd89049c66207ff6652fcf41c (patch) | |
tree | 2a7cf9ef98113d13ad98ef1df53d7c7f1a770da6 | |
parent | examples: replace the Inkscape repo with another one (diff) | |
download | cgitize-20fe6ff5b47116ddd89049c66207ff6652fcf41c.tar.gz cgitize-20fe6ff5b47116ddd89049c66207ff6652fcf41c.zip |
docker/frontend: update the CSS from upstream
-rwxr-xr-x | docker/frontend/usr/lib/cgit/filters/html-converters/md2html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docker/frontend/usr/lib/cgit/filters/html-converters/md2html b/docker/frontend/usr/lib/cgit/filters/html-converters/md2html index b11f936..1798426 100755 --- a/docker/frontend/usr/lib/cgit/filters/html-converters/md2html +++ b/docker/frontend/usr/lib/cgit/filters/html-converters/md2html @@ -82,11 +82,7 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div# margin: 15px 0; } .markdown-body hr { - background: transparent url("/dirty-shade.png") repeat-x 0 0; - border: 0 none; - color: #ccc; - height: 4px; - padding: 0; + border: 2px solid #ccc; } .markdown-body>h2:first-child, .markdown-body>h1:first-child, .markdown-body>h1:first-child+h2, .markdown-body>h3:first-child, .markdown-body>h4:first-child, .markdown-body>h5:first-child, .markdown-body>h6:first-child { margin-top: 0; |