Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save heipei/86017 to your computer and use it in GitHub Desktop.
Save heipei/86017 to your computer and use it in GitHub Desktop.
From df545314f57e2053b53005acebdb525a7ca120ce Mon Sep 17 00:00:00 2001
From: Benjamin Kramer <benny.kra@gmail.com>
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 files changed, 1 insertions(+), 1 deletions(-)
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;
--
1.6.1.1.g764e+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment