From 1bb518e24f5b405da307611ed99d11ce17e7b3a6 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 3 Oct 2010 15:07:30 +0200 Subject: update layout --- public/css/style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index afe68f8..a215c98 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -237,13 +237,10 @@ font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",m .commit .builds span.PASS{color:green} .commit .builds span.FAIL{color:red} -.repo{border:1px solid #d8d8d8;background-color:#f0f0f0;} - -ul.repositories{margin:0;} -ul.repositories>li{list-style-type:none;margin:0 0 10px 0;padding:8px 10px 0 10px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} -ul.repositories h3{margin:0;font-size:14px;white-space:nowrap;} -ul.repositories p.desc{margin:0 0 3px 0;font-size:12px;color:#444;} -ul.repositories p.updated-at{margin:0;font-size:11px;color:#888;} +.repo{border:1px solid #d8d8d8;background-color:#f0f0f0;margin:0;margin:0 0 10px 0;padding:8px 10px 0 10px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} +.repo h3{margin:0;font-size:14px;white-space:nowrap;} +.repo p.desc{margin:0 0 3px 0;font-size:12px;color:#444;} +.repo p.updated-at{margin:0;font-size:11px;color:#888;} .commit .name{float:left; width: 100%;} .commit .name .date{color:#888;font-size:90%;} -- cgit 1.4.1