On a narrow screen, the download table can go under the sidebar, so add
a solid background so that it doesn't get mixed up. I wasn't sure if
this should go in siderbar.css, or in the theme css files, but since
the page contents always seem to be in black on white, I put it in
sidebar.css
Will only kick in next time the site is rebuilt, but it's good to include the
css change. Will probably still have problems with cached css, but it will
hopefully reduce them.
[SVN r81415]
Turns out it only makes a difference if the viewport width=device-width
meta tag is used. Which might actually be a very good idea, but I don't
want to do it just yet.
[SVN r80720]
Placing it inline was messy on some pages (such as exception), so
position it above the header. A bit scrappy, and looks pretty bad when
the window is narrow, but I didn't want to mess around with the header,
so this seemed like the easiest solution.
[SVN r80662]
While it was removed from most pages, it still remains in some the static
pages, such as the pages used to overwrite errors in the documentation.
[SVN r75805]
Not very well styled. Also causes page rendering to stop while it fetches the
renders the form, this is pretty rubbish but I can't see an easy way to get
round that.
[SVN r73166]