mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-07-12 09:21 pm

[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 [personal profile] afuna.

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