Make team result more subtle

This commit is contained in:
Brian Miyaji
2014-03-13 20:07:55 +11:00
parent 12aac5effa
commit 94bb9082f2

View File

@@ -73,9 +73,16 @@
}
.widefat .column-sp_team strong {
background: #555;
background: #bbb;
color: #fff;
padding: 0 4px;
font-size: 11px;
font-weight: 600;
height: 1.4em;
line-height: 1.4em;
min-width: .7em;
padding: 0 6px;
display: inline-block;
-webkit-border-radius: 2px;
border-radius: 2px;
}