Remember display of nav bar when selecting different man versions

This improves usability *a lot*. Too bad the code's quite ugly...
This commit is contained in:
Yorhel 2012-07-18 19:46:13 +02:00
parent 2622fad2d9
commit bf84ea2d73
3 changed files with 81 additions and 11 deletions

View file

@ -1,7 +1,4 @@
/* TODO:
* - The linear-gradient() functions are fairly new - perhaps want to provide background images for those.
* - column-width is better done in Perl? (More like a column-count, then)
*/
/* TODO: column-width is better done in Perl? (More like a column-count, then) */
* { margin: 0; padding: 0; font-family: "Trebuchet MS", sans-serif; }
html { background: #333; padding: 0 10px; }