



Turn the left navigation sidebar into a dropdown menu at the top of the page.
Before
|
After
|
From the author: ok I fixed the problem, new version posted. I was right, this stylesheet was being applied before the site ones and some of the properties were getting overridden. A few !importants put a stop to that. The stylish extension really needs to apply its styles *last*, otherwise things can break every time a site tweaks their styles (or we're forced to put !important after every single property, ugh).
Very cool. Edit: it doesn't seem to work right on comments pages. It shows the sidebar links, and hovering them pushes the page down. Edit2: I fixed it by putting !important on all the style rules. It only worked the first time for me because the page was already loaded when I applied it.