Widening Latest Posts
Locked
Site Feedback
-
Just discovered Stylish, so here’s a setting to increase the width of the Latest Posts (480 fits a 1366 screen quite nicely).
@-moz-document url-prefix("http://the-starport.net/freelancer/forum/"), url-prefix("http://the-starport.net/modules/") { /* increase width of Latest Posts */ #header_new, #header_new table.outer { width: 480px !important; } /* make Preview wrap, at a similar size to the posting */ #message_hidden { white-space: normal; width: 90%; } /* make Code use tabs */ .xoopsCode { white-space: pre !important; } .xoopsCode br { display: none !important; } } ```Perhaps I really only need to prefix the URL itself? Or maybe even the domain, if it won't interfere with the Forge?
-
Very much doubt it’d interfere with the Forge.
Nice stuff