mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 16:05:49 +01:00
Fix code style
This commit is contained in:
@@ -1528,13 +1528,17 @@ div.markdown-body pre {
|
||||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
overflow: auto;
|
||||
border: none;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
div.markdown-body code {
|
||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
font-size: 12px;
|
||||
padding: 0 5px;
|
||||
padding: 4px;
|
||||
background-color: rgba(0,0,0,0.04);
|
||||
rgb(51, 51, 51);
|
||||
border: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div.markdown-body table {
|
||||
|
||||
Reference in New Issue
Block a user