From a82496d35a39667fb5851334207fc9bb4573cebc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 30 Aug 2008 10:54:33 -0400 Subject: style.css: Add missing semicolon. Closes: #497176 --- doc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/style.css') 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; } -- cgit v1.2.3