aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-30 10:54:33 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-01 11:25:28 -0400
commita82496d35a39667fb5851334207fc9bb4573cebc (patch)
treedb158c4e3bb17b7249334f09852211182719486d /doc/style.css
parent210a2fe0e0203017dda05bf97920f1cbfaa1f82d (diff)
downloadikiwiki-a82496d35a39667fb5851334207fc9bb4573cebc.tar
ikiwiki-a82496d35a39667fb5851334207fc9bb4573cebc.tar.gz
style.css: Add missing semicolon. Closes: #497176
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
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;
}