-a.post-vote.up { background: url("../images/vote-arrow-up.png") no-repeat scroll center center transparent; }
-a.post-vote.up.on,a.post-vote.up:hover { background: url("../images/vote-arrow-up-on.png") no-repeat scroll center center transparent; }
-a.post-vote.down { background: url("../images/vote-arrow-down.png") no-repeat scroll center center transparent; }
-a.post-vote.down.on,a.post-vote.down:hover { background: url("../images/vote-arrow-down-on.png") no-repeat scroll center center transparent; }
-a.accept-answer { background: url("../images/vote-accepted.png") no-repeat scroll center center transparent; }
-a.accept-answer.on,a.accept-answer:hover { background: url("../images/vote-accepted-on.png") no-repeat scroll center center transparent; }
+a.post-vote.up {
+ background: url("../images/vote-arrow-up.png") no-repeat scroll center center transparent;
+}
+
+a.post-vote.up.on, a.post-vote.up:hover {
+ background: url("../images/vote-arrow-up-on.png") no-repeat scroll center center transparent;
+}
+
+a.post-vote.down {
+ background: url("../images/vote-arrow-down.png") no-repeat scroll center center transparent;
+}
+
+a.post-vote.down.on, a.post-vote.down:hover {
+ background: url("../images/vote-arrow-down-on.png") no-repeat scroll center center transparent;
+}
+
+a.accept-answer {
+ background: url("../images/vote-accepted.png") no-repeat scroll center center transparent;
+}
+
+a.accept-answer.on, a.accept-answer:hover {
+ background: url("../images/vote-accepted-on.png") no-repeat scroll center center transparent;
+}