mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 08:55:50 +01:00
Tweak font size and family in blog/diff view
This commit is contained in:
@@ -593,6 +593,7 @@ pre.blob {
|
||||
border: none;
|
||||
background-color: white;
|
||||
padding-left: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#readme {
|
||||
@@ -838,6 +839,8 @@ div.author-info div.committer {
|
||||
/* Diff */
|
||||
/****************************************************************************/
|
||||
table.inlinediff {
|
||||
font-size: 12px;
|
||||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user