From 9739e6b69189ae5db002f486bfa7f482c36c7e4d Mon Sep 17 00:00:00 2001 From: Blake Lucchesi Date: Sat, 12 Feb 2011 00:07:06 -0800 Subject: [PATCH] Fix history view so that #commit_header and #rightcontent are on the same line. #commit_header had a 100% width causing the line break. --- html/views/history/history.css | 1 - 1 file changed, 1 deletion(-) diff --git a/html/views/history/history.css b/html/views/history/history.css index 1bd962939..42df7ea2b 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -3,7 +3,6 @@ body { } #commit_header { - width: 100%; font-size: 12px; }