From b20d08a4029882a5a11152b52a8cc6aa38b2f0fa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 30 Aug 2008 15:57:16 +0200 Subject: Fix add missing colon in .notebook in style.css (bug#497176). --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2e6cdee..44a6e0f 100644 --- a/style.css +++ b/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