aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--doc/style.css5
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 */