From 3710e94782e4a9217bed0b1edd53cfe1a516127b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 22 2014 10:54:44 +0000 Subject: Style a little bit the content of the README file --- diff --git a/progit/static/progit.css b/progit/static/progit.css index c93a772..cf5adb9 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -408,3 +408,10 @@ th.month .ui-button-text { .today { background-color: #FFF6D5; } + +.readme { + border-style:solid; + border-width:5px; + border-color:#adadad; + padding-left:1em; +}