Back on the theme, on the last version I upped the #top_section is position:fixed, now I'm considering if move the remaining menu elements there would be a terrible thing to do...
emanuele whistles innocently
Independently, I'm considering to re-do the header too: I don't like much to have logo on the right and name on the left (or the other way around), I think it would make more sense to have:
---------------------------------------------------------------------------------------
Logo | News fader [2]
name/description [1] | |A| [3]
---------------------------------------------------------------------------------------
link tree
---------------------------------------------------------------------------------------
rest of the page
[1]: I'd add also an admin setting to change some basic aspect (i.e. a bigger or smaller font depending if it is a name or a description).
[2]: news fader right-aligned and since it would be there on all pages, I would removed it from the board index also considering that the code is rather small (~1 KB uncompressed removing the header, more or less a 2% of the script-js, not that much)
[3]: that would be the collapse button
ETA: also about the position:fixed, most likely I'll changed it back to what it was and then use some jquery to show it when in the middle of the page moving the mouse close to the top of the screen.