Parent: [840d74] (diff)
Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#vote { display: block; float: right; margin-right: .5em; padding: .5em; text-align: center; width: 12em; } #vote .vote-uparrow { color: red; cursor: pointer; } #vote .vote-downarrow { color: blue; cursor: pointer; } #vote .voted { color: red; }