diff --git a/todo.mdwn b/todo.mdwn index 7d9b65573d9091d72c4702ca6ca70fde224b760b..b6898310d244ff02cce55464e33abedef7044e4b 100644 --- a/todo.mdwn +++ b/todo.mdwn @@ -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 * extra text "copyleft.org" link in main area of non-home pages, eg on 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?