Note back to mlinksva on this.

This commit is contained in:
Bradley M. Kuhn 2014-11-06 20:49:36 -05:00
parent 9ca654c83f
commit 930b77bb6e

View file

@ -4,6 +4,12 @@ Some feedback from mlinksva:
* it'd be nice to link to template and wiki sources (or maybe they are all in one repo; I don't know ikiwiki well)
* by-sa license icon cries out for more branding! FSF and Consevancy logos in footer, maybe right aligned?
* something odd about /about /about/about /about/colophon links (and seem not present now)
* copyleft.org logo clipped by a few pixels on the right in Firefox, but goes away at certain magnifications, not present in Chromium. Seems related to svg. Getting rid of the svg and just always displaying bitmap fixes.
* fixed position/never scrolling header and footer wastes space, apparent on long page like <http://copyleft.org/recentchanges/>
* extra text "copyleft.org" link in main area of non-home pages, eg on <http://copyleft.org/cgi-bin/ikiwiki.cgi?page=todo&do=edit> which is superfluous and on Firefox partially obscured by fixed header
Open questions back to mlinksva from bkuhn:
* copyleft.org logo clipped by a few pixels on the right in Firefox, but goes away at certain magnifications, not present in Chromium. Seems related to svg. Getting rid of the svg and just always displaying bitmap fixes.
** I think the above was merely a width/height setting issue, which appears
fixed now. Can you confirm?