HistoryView: Make table header large enough so the text doesn't shift

"Committer" was too big. Use EMs so font size changes won't bother us.
This commit is contained in:
Benjamin Kramer
2009-03-24 19:57:25 +01:00
parent a762ae5219
commit df545314f5
+1 -1
View File
@@ -48,7 +48,7 @@ a.servicebutton{
}
.property_name {
width: 50px;
width: 6em;
color:#7F7F7F;
text-align: right;
font-weight: bold;