Remove nonstandard css. Closes: #512378

master
Joey Hess 2009-01-20 11:20:13 -05:00
parent 3547a2a347
commit b5309d2dd7
2 changed files with 1 additions and 5 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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 */