diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-20 11:20:13 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-20 11:20:13 -0500 |
commit | b5309d2dd759872cc7db846a32c5f6bb61614669 (patch) | |
tree | 15e20b255ee82a74ec7e17f1395a572a3a691ad0 /doc/style.css | |
parent | 3547a2a3474b2d5a97c4bc16ea29e81a013b1185 (diff) | |
download | ikiwiki-b5309d2dd759872cc7db846a32c5f6bb61614669.tar ikiwiki-b5309d2dd759872cc7db846a32c5f6bb61614669.tar.gz |
Remove nonstandard css. Closes: #512378
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/style.css b/doc/style.css index 81a260afd..c61015890 100644 --- a/doc/style.css +++ b/doc/style.css @@ -339,11 +339,6 @@ input#searchbox { border: 2px solid; background-color: #dee; color: black; - - /* Nonstandard, but very nice. */ - opacity: 0.95; - -moz-opacity: 0.95; - filter: alpha(opacity=95); } /* Formbuilder styling */ |