Remove nonstandard css. Closes: #512378
parent
3547a2a347
commit
b5309d2dd7
|
@ -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
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue