Make page edit textarea resize to fit browser window.

master
joey 2006-05-27 18:33:33 +00:00
parent 477c11ad4d
commit 0476614c40
2 changed files with 7 additions and 2 deletions

View File

@ -26,6 +26,10 @@
border-bottom: 1px solid #000;
}
#content textarea {
width: 100%;
}
/* Used for adding a blog page. */
#blogform {
padding: 10px 10px;

3
debian/changelog vendored
View File

@ -34,8 +34,9 @@ ikiwiki (1.4) UNRELEASED; urgency=low
(This was slightly complex to do as the link still has to be constructed
relative to the inlining page.)
* Make page edit textarea resize to fit browser window.
-- Joey Hess <joeyh@debian.org> Fri, 26 May 2006 11:43:08 -0400
-- Joey Hess <joeyh@debian.org> Sat, 27 May 2006 14:28:19 -0400
ikiwiki (1.3) unstable; urgency=low