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:
André Berg
2010-03-24 09:24:05 +01:00
parent 7d6f966978
commit ca0fa1ec40
+3 -2
View File
@@ -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 {