mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 08:55:50 +01:00
(refs #259)Add underline to h1 and h2 in div.markdown-body.
This commit is contained in:
@@ -706,6 +706,14 @@ ul.collaborator a.remove {
|
||||
/****************************************************************************/
|
||||
/* Markdown */
|
||||
/****************************************************************************/
|
||||
div.markdown-body h1 {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
div.markdown-body h2 {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
div.markdown-body table {
|
||||
/*width: 100%;*/
|
||||
margin-bottom: 20px;
|
||||
|
||||
Reference in New Issue
Block a user