Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
260 views
in Themes by

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;
}
 
Related thread: Base Theme Changer
Q2A version: 1.6.3

Please log in or register to answer this question.

...