I'm remaking Classic theme by HTML5 and LESS.
Because I found two small bugs in a process of my work, I report it.
/* Bug fixed by ASKIVE [start] (From inline to block) */
.qa-vote-buttons input {
display:block;
}
/* Bug fixed by ASKIVE [end] */
.qa-attribution a {
color:#FFF;
/* Bug fixed by ASKIVE (!important) */
text-decoration:underline !important;
}