diff kallithea/public/css/style.css @ 4261:ac91a7ba2691

old style: set max width on pull request headers - don't make them as wide as the longest line in the description
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jul 2014 17:01:37 +0200
parents 58ad7a675a7b
children 27d28749ebd9
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Jul 18 17:01:37 2014 +0200
+++ b/kallithea/public/css/style.css	Fri Jul 18 17:01:37 2014 +0200
@@ -4787,6 +4787,10 @@
     line-height: 1.5em;
 }
 
+.pr-box {
+    max-width: 978px;
+}
+
 /****
   PERMS
 *****/