UI editing with the Stylish addon/plugin
Coder96
Posts: 42
This script currently removes the side bar to make the text of what you want to read take up the whole width.
Still trying to figure out how to add the new discussion button to the menu.
<code>
@-moz-document url-prefix("http://forums.parallax.com/") {
#Panel{
display:none;
}
#Body .ContentColumn{
margin: 0px 0px 0px 0px;
}
}
</code>
Still trying to figure out how to add the new discussion button to the menu.
<code>
@-moz-document url-prefix("http://forums.parallax.com/") {
#Panel{
display:none;
}
#Body .ContentColumn{
margin: 0px 0px 0px 0px;
}
}
</code>