Tweak font size and family in blog/diff view

This commit is contained in:
Tomofumi Tanaka
2014-08-22 00:02:58 +09:00
parent 7496437d11
commit 69fa370d12

View File

@@ -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%;
}