Joined February 2014
·

Gaston Gorosterrazu

Greater New York City Area
·

Hey,

This is the CSS you need to make a half-star (didn't implement it, I was just playing around with the console)

.glyphicon.glyphicon-star:after {
content: "\e007";
}
element.style {
width: 0.5em;
overflow: hidden;
margin-right: 0.5em;
}

Achievements
1 Karma
0 Total ProTip Views