From 0cd02c13db6c1dff74e411fc320c10a73618a818 Mon Sep 17 00:00:00 2001 From: Nathan Kinsinger Date: Thu, 18 Feb 2010 23:30:34 -0700 Subject: [PATCH] Stop the top of diffs in the stage view from being cut off --- html/views/commit/commit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/views/commit/commit.css b/html/views/commit/commit.css index 931cfd2..8f97168 100644 --- a/html/views/commit/commit.css +++ b/html/views/commit/commit.css @@ -1,7 +1,7 @@ body { padding: 0px; margin: 0px; - margin-top: 20px; + margin-top: 30px; } #title {