From a68817e3ed9669ba3aba930ef7c8540a74182a34 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 25 Sep 2010 17:56:48 +0200 Subject: update layout --- public/css/style.css | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'public/css') diff --git a/public/css/style.css b/public/css/style.css index 6cce1f1..6891697 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -196,26 +196,35 @@ font-size: 10px; } pre { - font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace; +font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace; } .commit{ - border:1px solid #bedce7; - margin-top:.5em; - padding:0 .5em .5em .5em; - background:#eaf2f5; - overflow:hidden; +border:1px solid #bedce7; +margin-top:.5em; +padding:0 .5em .5em .5em; +background:#eaf2f5; +overflow:hidden; } .display_test_result { - background: black; - color: white; +background: black; +color: white; } .commit .description { - float: left; +float: left; } .commit .git { - float: right; +float: right; +} + +.git { +width:18em;padding:.8em 0 .8em 1.2em;border-left:1px solid #bedce7;color:#808080;font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;font-size:.85em;line-height:1.5em; +} + +.message { +font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; } +.message pre{white-space:pre-wrap;word-wrap:break-word;width:40em;} -- cgit 1.4.1