RAZOR'd Log & Upcoming.

Added CSS for setting Grid font size.
This commit is contained in:
Mark McDowall
2011-04-20 23:18:28 -07:00
parent 273ab14a78
commit 13af6663fe
4 changed files with 50 additions and 48 deletions

View File

@@ -268,3 +268,9 @@ button, input[type="button"], input[type="submit"], input[type="reset"]
{
width: 400px;
}
/* Set the font size for Grids */
.Grid
{
font-size: 13px;
}