diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-27 18:33:33 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-27 18:33:33 +0000 |
commit | 0476614c40d731484abd8ea204fa100a161518c4 (patch) | |
tree | caee5bf3b5f0af2e8ef65a5100e0d1fe48ff2865 /basewiki | |
parent | 477c11ad4d7beb9b4e59123e519e1e569ee6919b (diff) | |
download | ikiwiki-0476614c40d731484abd8ea204fa100a161518c4.tar ikiwiki-0476614c40d731484abd8ea204fa100a161518c4.tar.gz |
Make page edit textarea resize to fit browser window.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index 43570279d..0d64240e6 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -26,6 +26,10 @@ border-bottom: 1px solid #000; } +#content textarea { + width: 100%; +} + /* Used for adding a blog page. */ #blogform { padding: 10px 10px; |