mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05: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;
|
border: none;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#readme {
|
#readme {
|
||||||
@@ -838,6 +839,8 @@ div.author-info div.committer {
|
|||||||
/* Diff */
|
/* Diff */
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
table.inlinediff {
|
table.inlinediff {
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user