diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-27 19:04:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-27 19:04:46 +0000 |
commit | c20c4066311341e332dc425023f856b6414de9ae (patch) | |
tree | d6086c3d4e4bc282cbffab5689b160af8a49829f /basewiki | |
parent | 0cc3b4353093918a5bab7d3e4d839fcd4c2ef922 (diff) | |
download | ikiwiki-c20c4066311341e332dc425023f856b6414de9ae.tar ikiwiki-c20c4066311341e332dc425023f856b6414de9ae.tar.gz |
* Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
do not need a full rebuild, in order to update any basewiki pages.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index 0d64240e6..8d51685fb 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -26,7 +26,7 @@ border-bottom: 1px solid #000; } -#content textarea { +#editcontent { width: 100%; } |