style: small size adjustments to summary counts (#4936)

This commit is contained in:
Frédéric Péters 2014-06-09 19:36:04 +02:00
parent 72be9d972a
commit 295705bf69
1 changed files with 8 additions and 0 deletions

View File

@ -314,6 +314,7 @@ div.short-summary .views {
float: none;
border: 1px solid transparent;
border-radius: 26px;
height: 42px;
}
div.short-summary .votes {
@ -339,6 +340,13 @@ div.short-summary .votes.no-votes {
background: #c7c7c7;
}
div.short-summary .counts .votes div,
div.short-summary .counts .answers div,
div.short-summary .counts .favorites div {
font-size: 12px;
}
div.short-summary div.date {
}