[dw-nonfree] Update/Edit pages show text they shouldn't in Safari
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/9673b7b820cd]
http://bugs.dwscoalition.org/show_bug.cgi?id=1301
Fix text hiding issues with Safari, and large spaces around some text.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1301
Fix text hiding issues with Safari, and large spaces around some text.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/bml/scheme/tropo-purple.look
- cgi-bin/bml/scheme/tropo-red.look
-------------------------------------------------------------------------------- diff -r d677c5781599 -r 9673b7b820cd cgi-bin/bml/scheme/tropo-purple.look --- a/cgi-bin/bml/scheme/tropo-purple.look Sun Jul 12 20:51:49 2009 +0000 +++ b/cgi-bin/bml/scheme/tropo-purple.look Sun Jul 12 21:21:35 2009 +0000 @@ -20,7 +20,7 @@ p=>{D}<p>%%data%%</p> p=>{D}<p>%%data%%</p> hr=><hr /> -de=><p style='font-size: smaller;'>%%data%%</p> +de=><span style='font-size: smaller;'>%%data%%</span> emailex=><div style='width: 50%; font-family: courier; background-color: #efefef; border: dotted #cdcdcd 2px; padding: 5px;'>%%data%%</div> standout<= diff -r d677c5781599 -r 9673b7b820cd cgi-bin/bml/scheme/tropo-red.look --- a/cgi-bin/bml/scheme/tropo-red.look Sun Jul 12 20:51:49 2009 +0000 +++ b/cgi-bin/bml/scheme/tropo-red.look Sun Jul 12 21:21:35 2009 +0000 @@ -20,7 +20,7 @@ p=>{D}<p>%%data%%</p> p=>{D}<p>%%data%%</p> hr=><hr /> -de=><p style='font-size: smaller;'>%%data%%</p> +de=><span style='font-size: smaller;'>%%data%%</span> emailex=><div style='width: 50%; font-family: courier; background-color: #efefef; border: dotted #cdcdcd 2px; padding: 5px;'>%%data%%</div> standout<= --------------------------------------------------------------------------------