mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05: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 */
|
/* Markdown */
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
div.markdown-body h1 {
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.markdown-body h2 {
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
}
|
||||||
|
|
||||||
div.markdown-body table {
|
div.markdown-body table {
|
||||||
/*width: 100%;*/
|
/*width: 100%;*/
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user