Wkurzało mnie to, że gdy kod jest zbyt szeroki to strona się rozjeżdża.
Napisałem więc krótki UserCSS dla Firefoxa.
Trzeba mieć stylisha: https://addons.mozilla.org/pl/firefox/addon/2108
Kod
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.php.pl") {
.codemain, .codetop, .sqlmain, .sqltop, .htmlmain, .htmltop {width: 950px !important; overflow: auto; margin: 5px;}
}
@-moz-document domain("forum.php.pl") {
.codemain, .codetop, .sqlmain, .sqltop, .htmlmain, .htmltop {width: 950px !important; overflow: auto; margin: 5px;}
}