[Mageia-webteam] [Bug 1664] the html tag <hr> isn't well see
Romain d'Alverny
bugzilla-daemon at mageia.org
Tue Jun 7 17:32:39 CEST 2011
https://bugs.mageia.org/show_bug.cgi?id=1664
Romain d'Alverny <rdalverny at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
CC| |rdalverny at gmail.com
--- Comment #1 from Romain d'Alverny <rdalverny at gmail.com> 2011-06-07 19:32:39 CEST ---
Likely because this is used with a CSS property that is not supported by
Iceweasel 3.0.6/Konqueror:
hr {
display: block;
width: 40%;
margin: 1em auto 3em auto;
-webkit-box-shadow: 0 2px 3px #9db1ca;
-moz-box-shadow: 0 2px 3px #9db1ca;
box-shadow: 0 2px 3px #9db1ca;
overflow: hidden;
border: 0;
border-top: 1px solid #ffffff;
}
That's really a cosmectic change, though (it doesn't break the understanding
and readability of the document) so WONTFIX (unless someone suggests a fix not
altering the rendering in recent browsers).
--
Configure bugmail: https://bugs.mageia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Mageia-webteam
mailing list