about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-11-11 13:17:13 +0100
committerLars Hjemli <hjemli@gmail.com>2007-11-11 13:17:13 +0100
commita7cf406c802394460cb14c79f3f43582d1428a45 (patch)
tree71f3069c782698ae2972459258d551055f502c4f /cgit.css
parentMerge branch 'stable' (diff)
parentSet commit date on snapshot contents (diff)
downloadcgit-pink-a7cf406c802394460cb14c79f3f43582d1428a45.tar.gz
cgit-pink-a7cf406c802394460cb14c79f3f43582d1428a45.zip
Merge branch 'lh/testsuite'
* lh/testsuite:
  Set commit date on snapshot contents
  Fix html error detected by test-suite
  Create initial testsuite
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index f1003b4..565427f 100644
--- a/cgit.css
+++ b/cgit.css
@@ -111,7 +111,11 @@ div#sidebar div.infobox {
 div#sidebar div.infobox h1 {
 	font-size: 10pt;
 	font-weight: bold;
-	margin: 0px;
+	margin: 8px 0px 0px 0px;
+}
+
+div#sidebar div.infobox h1.first {
+	margin-top: 0px;
 }
 
 div#sidebar div.infobox a.menu {