Set document to 14pt, compute descriptions with em

This commit is contained in:
Justin Campbell 2014-11-17 12:10:27 -05:00
parent 6d5380e1ef
commit 19885849da

View File

@ -6,7 +6,7 @@
body { body {
color: #556270; color: #556270;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-size: 14pt;
font-style: normal; font-style: normal;
font-variant: normal; font-variant: normal;
font-weight: normal; font-weight: normal;
@ -139,12 +139,11 @@ a:hover {
} }
.status_list .status .st { .status_list .status .st {
font-size: 14px;
font-weight: bold; font-weight: bold;
} }
.status_list .status .description { .status_list .status .description {
font-size: 11px; font-size: 0.8em;
height: 46px; height: 46px;
overflow: hidden; overflow: hidden;
} }