Merge "Override default font-family from "chrome" theme"

This commit is contained in:
Edwin Kempin
2013-08-22 06:34:04 +00:00
committed by Gerrit Code Review

View File

@@ -44,6 +44,10 @@
background: transparent; background: transparent;
} }
body, table td, select {
font-family: norm-font;
}
.gerritBody { .gerritBody {
font-size: small; font-size: small;
padding-left: 5px; padding-left: 5px;