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 | |
parent | 3547a2a3474b2d5a97c4bc16ea29e81a013b1185 (diff) |
Remove nonstandard css. Closes: #512378
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/style.css | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 8bf45c30a..7f6605fbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ikiwiki (3.03) UNRELEASED; urgency=low * Avoid feeding decoded unicode to Term::ReadLine. Closes: 512169 * blogspam: Log spam info on failure. + * Remove nonstandard css. Closes: #512378 -- Joey Hess <joeyh@debian.org> Sun, 18 Jan 2009 14:50:57 -0500 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 */ |