mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 00:15:50 +01:00
Add padding around repository readme content
It looks quite bad without padding.
This commit is contained in:
@@ -458,6 +458,10 @@ pre.blob {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#readme .box-content {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
/* Issues */
|
||||
/****************************************************************************/
|
||||
@@ -815,4 +819,4 @@ div.markdown-body table colgroup + tbody tr:first-child td:last-child {
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user