]> sipb.mit.edu Git - ikiwiki.git/commitdiff
style.css: Add missing semicolon. Closes: #497176
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 30 Aug 2008 14:54:33 +0000 (10:54 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 1 Sep 2008 15:25:28 +0000 (11:25 -0400)
debian/changelog
doc/style.css

index 46c40bf5e7094d77c924070fc2db4cb115466dca..9f7821551b7ea905510e5ae6ce421ca593b42995 100644 (file)
@@ -6,6 +6,7 @@ ikiwiki (2.63) UNRELEASED; urgency=low
     non-root.
   * Work around perl $_ scoping nonsense that caused breakage when loading
     external plugins.
+  * style.css: Add missing semicolon. Closes: #497176 
 
  -- Joey Hess <joeyh@debian.org>  Thu, 28 Aug 2008 16:08:18 -0400
 
index 2e6cdee07339e3ba6361eb7f0b2058e076d8403d..44a6e0fe11fe0c8fe7f8c306f07d86437fe61f04 100644 (file)
@@ -295,7 +295,7 @@ input#searchbox {
        margin-bottom: 1ex;
        padding: 1ex 1ex;
        border: 1px solid #aaa;
-       width: 25%
+       width: 25%;
        background: white;
        color: black !important;
 }