From 25caa849fe05b6352f2b1eb7b30da1f837ca766b Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Fri, 18 Jun 2010 15:12:27 +0200 Subject: [PATCH] Fix safari 5 render issue --- 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 2f2c9c5..dbad36d 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -3,7 +3,7 @@ body { } #commit_header { - width: 100%; + width: auto; font-size: 12px; padding-left: 5px; padding-right: 5px;