fix badge floats

This commit is contained in:
Trever Fischer
2012-08-29 21:35:07 -04:00
parent 06a27164db
commit e962307adc

View File

@@ -39,3 +39,8 @@
position: absolute;
padding: 3px;
}
.badge-holder .badge {
float:left;
content: " ";
}