Skip to content

Instantly share code, notes, and snippets.

View waynesutton's full-sized avatar

Wayne Sutton waynesutton

View GitHub Profile
@waynesutton
waynesutton / dabblet.css
Created July 10, 2013 02:53 — forked from chriscoyier/dabblet.css
Ratings Stars
/*
Ratings Stars
(with as little code as possible)
*/
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > span {