From: Joey Hess Date: Sat, 30 Aug 2008 14:54:33 +0000 (-0400) Subject: style.css: Add missing semicolon. Closes: #497176 X-Git-Tag: 2.63~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a82496d35a39667fb5851334207fc9bb4573cebc;p=ikiwiki.git style.css: Add missing semicolon. Closes: #497176 --- diff --git a/debian/changelog b/debian/changelog index 46c40bf5e..9f7821551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 28 Aug 2008 16:08:18 -0400 diff --git a/doc/style.css b/doc/style.css index 2e6cdee07..44a6e0fe1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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; }