Add lists and counts

This commit is contained in:
Tom MacWright
2012-11-26 17:11:37 -05:00
parent 01991bca65
commit eee436be80
3 changed files with 43 additions and 10 deletions
+26
View File
@@ -227,3 +227,29 @@ button small {
position:fixed;
left:0px; right:0px; top:0px; bottom:0px;
}
.commit-pane h2 {
font: bold 24px/40px 'Helvetica';
}
.commit-pane h3 small.count {
font: normal 12px/40px 'Helvetica';
border-radius:20px;
padding:5px;
background:#555;
margin-left:10px;
color:#fff;
}
.commit-pane h3 {
font: bold 18px/30px 'Helvetica';
}
.commit-pane ul {
border-bottom:1px solid #ccc;
}
.commit-pane li {
border-top:1px solid #ccc;
padding:2px;
}