From df545314f57e2053b53005acebdb525a7ca120ce Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 24 Mar 2009 19:57:25 +0100 Subject: [PATCH] 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. --- html/views/history/history.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/views/history/history.css b/html/views/history/history.css index 7c1aaf8..ff505aa 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -48,7 +48,7 @@ a.servicebutton{ } .property_name { - width: 50px; + width: 6em; color:#7F7F7F; text-align: right; font-weight: bold;