mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Some personal preferences for the history web view's #message.
Use the smaller 8pt Monaco again, since it allows for more compact text space requirements without losing readability. Users who don't agree may safely ignore this commit.
This commit is contained in:
@@ -59,9 +59,10 @@ body {
|
||||
}
|
||||
|
||||
#message {
|
||||
font-family: Meslo, "Andale Mono", Menlo, Monaco;
|
||||
font-family: Monaco;
|
||||
font-size: 10px;
|
||||
white-space: pre-wrap;
|
||||
padding-top: 10px;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
#files {
|
||||
|
||||
Reference in New Issue
Block a user