From 9c30c03fda53bd5e64a4a2a57622f159e42a3285 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 25 Sep 2010 15:33:03 +0200 Subject: layout and css --- public/css/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'public/css') diff --git a/public/css/style.css b/public/css/style.css index b4ae038..d035f0e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -32,3 +32,24 @@ pre { font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace; } +.commits{ + border:1px solid #bedce7; + margin-top:.5em; + padding:0 .5em .5em .5em; + background:#eaf2f5; + overflow:hidden; +} + +#display_test_result { + background: black; + color: white; +} + +.commits .description { + float: left; +} + +.commits .git { + float: right; +} + -- cgit 1.4.1