Make the default font size "small"

This is the size mostly used by our GWT theme. Setting the page size
to 11 pt. caused some weird font size issues if the text wasn't
wrapped inside of a table. Most of Gerrit is table heavy, so most text
is set to "small" by the theme's "table {font-size: small;}" rule.

This fixes the font size in the project admin panels, which jumped to
be fairly large text compared to everything else in Gerrit when Martin
refactored its component tree.

Change-Id: Ibe2597eeb6f8f915a33a0b7ebaf453df5b0dfcd3
This commit is contained in:
Shawn O. Pearce
2012-11-29 16:11:18 -08:00
parent f6ce5cc010
commit 7400ec0fe6

View File

@@ -46,7 +46,7 @@
}
.gerritBody {
font-size: 11pt;
font-size: small;
padding-left: 5px;
padding-right: 5px;
}