mirror of
https://git.zx2c4.com/cgit
synced 2024-11-08 09:38:41 +00:00
md2html: use proper formatting for hr
This addressed a non-existent background image and made the element invisible. Drop the style and use something sane. Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
d889cae811
commit
62eb8db452
@ -86,11 +86,7 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div#
|
|||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
}
|
}
|
||||||
.markdown-body hr {
|
.markdown-body hr {
|
||||||
background: transparent url("/dirty-shade.png") repeat-x 0 0;
|
border: 2px solid #ccc;
|
||||||
border: 0 none;
|
|
||||||
color: #ccc;
|
|
||||||
height: 4px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
.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 {
|
.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;
|
margin-top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user