aboutsummaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-07-07 15:23:56 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-07-07 15:23:56 +0300
commit81b5fdedf5da305954ea271a6d14ca996756553b (patch)
tree956c9961af141b68bfdfa9aba1400a1859e8c24c /filters
parent8699fe74f2c145747ee599051ba3286872e7a32b (diff)
parent5258c297ba6fb604ae1415fbc19a3fe42457e49e (diff)
downloadcgit-81b5fdedf5da305954ea271a6d14ca996756553b.tar.gz
cgit-81b5fdedf5da305954ea271a6d14ca996756553b.zip
Merge remote-tracking branch 'upstream/master' into git.aaoth.xyz
Diffstat (limited to 'filters')
-rwxr-xr-xfilters/html-converters/md2html6
1 files changed, 1 insertions, 5 deletions
diff --git a/filters/html-converters/md2html b/filters/html-converters/md2html
index f505cb2..59f43a8 100755
--- a/filters/html-converters/md2html
+++ b/filters/html-converters/md2html
@@ -86,11 +86,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;