td width with col-md

This commit is contained in:
Stella Rouzi 2015-03-01 17:15:57 +02:00
parent 1890aece1d
commit 93bbd0ea0d
4 changed files with 8 additions and 7 deletions

View file

@ -5,14 +5,15 @@
.avgrating.bright { background-image: image-url("star-bright.png"); }
.avgrating {
background: image-url("star.png") 0 0;
width: 26px;
height: 26px;
margin-right: -2px;
width: 24px;
height: 24px;
display: inline-block;
}
.myrating, .othersrating {
background: image-url("star.png") 0 0;
width: 26px;
height: 26px;
width: 24px;
height: 24px;
float: left;
}