summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-03 15:07:30 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-03 15:07:30 +0200
commit1bb518e24f5b405da307611ed99d11ce17e7b3a6 (patch)
treeda2c4dbf19219cc227e9bd3042adce7ef8675082 /public
parentorder fetch of last commits (diff)
downloadjitterbug-1bb518e24f5b405da307611ed99d11ce17e7b3a6.tar.gz
update layout
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css11
1 files changed, 4 insertions, 7 deletions
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%;}