So I found out that the archives forums are still right there on the forum home, but they're hidden with {display:none;}.
Title.
Offline
JSO wrote:
Yup. I you really want them, you could add a counter 'display: block'.
don't forget the ending "!important" or it won't work
Offline
LS97 wrote:
JSO wrote:
Yup. I you really want them, you could add a counter 'display: block'.
don't forget the ending "!important" or it won't work
![]()
What does "!important" do?
I did that, why isn't it working? :S
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("scratch.mit.edu") {
div.postsignature{
overflow: visible !important;
max-height: none !important;
}
div.idx4 {
display: block !important;
}
}Offline
Oh, I got it.
Notice I had .idx4 instead of #idx4.
Offline