diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 15:57:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 16:05:38 +0200 |
commit | b20d08a4029882a5a11152b52a8cc6aa38b2f0fa (patch) | |
tree | f3672b1ad48f488237620c65efca577a0b8efe1e | |
parent | 70090d29241b365d5532360afed8782d3c7dfd2e (diff) |
Fix add missing colon in .notebook in style.css (bug#497176).
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |