diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 14:57:32 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 14:59:11 +0200 |
commit | 800f87cd5638ecdf7fbcf9b5ab6a69432dc6df08 (patch) | |
tree | 354ee890b6e72d750e343861149e63fa9a302ab1 | |
parent | 4519cb0e0986ca167f0dad238bca1df63a034383 (diff) |
A new TODO item.
-rw-r--r-- | local.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,16 @@ * <http://ikiwiki.info/css_market/>. --tschwinge */ +/* TODO. I'm incapable, but have ideas, so... + + (1) On web-edit pages like + <http://www.bddebian.com/cgi-bin/wiki-ikiwiki.cgi?page=index&do=edit> I'd + like to have the whole page fit into the web browser frame, so that no + scrollbars show up in the browser and all of header, text editing box, + copyright assignment notice, buttons and footer are visible at once, without + having to scroll. This means that the text editing box should be resized in + height as needed (within limits, of course). --tschwinge */ + hr { height: 1px; |