]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Make page edit textarea resize to fit browser window.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 27 May 2006 18:33:33 +0000 (18:33 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 27 May 2006 18:33:33 +0000 (18:33 +0000)
basewiki/style.css
debian/changelog

index 43570279d379c131f5515233891a833f16ae6006..0d64240e609fea1fafc5e72fddbc81d0ac408500 100644 (file)
        border-bottom: 1px solid #000;
 }
 
        border-bottom: 1px solid #000;
 }
 
+#content textarea {
+       width: 100%;
+}      
+
 /* Used for adding a blog page. */
 #blogform {
        padding: 10px 10px;
 /* Used for adding a blog page. */
 #blogform {
        padding: 10px 10px;
index f35314afe31e3653e82ee1909249405922b3075d..667a49c30806ff202afd96b54822cb3bd6a28cd2 100644 (file)
@@ -29,13 +29,14 @@ ikiwiki (1.4) UNRELEASED; urgency=low
     inlining page, they are expanded from the POV of the inlined page.
 
     For example, a link from blog/foo to "bar" will now link to blog/bar
     inlining page, they are expanded from the POV of the inlined page.
 
     For example, a link from blog/foo to "bar" will now link to blog/bar
-    if it exists. Previously this needed to be a link explicitly to 
+    if it exists. Previously this needed to be a link explicitly to
     "blog/bar"; such links will also continue to work.
 
     (This was slightly complex to do as the link still has to be constructed
     relative to the inlining page.)
     "blog/bar"; such links will also continue to work.
 
     (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
 
 
 ikiwiki (1.3) unstable; urgency=low