From 60b93c0941382a50c786a7d028e2b6953f6a1980 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 6 May 2011 17:40:52 -0700 Subject: Attempt to fix the commit description not being at least 80 chars wide --- public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.css b/public/css/style.css index 686110d..6e4558d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -209,6 +209,7 @@ overflow: hidden; .commit .description { float: left; +width: 100%; } .commit .git { -- cgit 1.4.1