summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-30 16:09:38 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-30 16:09:38 +0200
commit7304b717a5d838306d56cf32db6dc733783a83bf (patch)
tree6afb3374c0f85f252960eea19d1eec5f7ae2e0cd
parentb47701bfc3f90689c3561856599c299ca60b38ff (diff)
Fix add missing colon in .notebook in style.css (bug#497176).
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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;
}