From 7b4646c8eadc932ecc05879101c397b7e41d167a Mon Sep 17 00:00:00 2001 From: danij Date: Sat, 17 Mar 2012 09:50:59 +0000 Subject: [PATCH] Homepage|Build Repository: Put the jumplist commit counts on the left --- web/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index 69f0a3b90b..a442bcb95e 100644 --- a/web/style.css +++ b/web/style.css @@ -905,8 +905,10 @@ p.legal a { } span.commit-count { - padding-left:.5em; -} + padding-right:.5em; + float: left; + color: #aaa; +}} .commit span.heading, .commit blockquote {