flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

On IE6, all text on admin pages has a blue underline #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start flax
2. in IE6 open an admin page, eg http://127.0.0.1:8090/admin/about

What is the expected output? What do you see instead?

Text should be shown without an underline.  I see all the text with a blue
underline.

I've only tested this with IE6 running under Wine, so far, so it's possible
that this is an artifact due to that.  I think we're targetting IE6 for
1.0, so I've added a milestone tag for that.

Original issue reported on code.google.com by boulton.rj@gmail.com on 8 Nov 2007 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by bano...@gmail.com on 14 Nov 2007 at 9:18

GoogleCodeExporter commented 9 years ago
A span in admin_banner.html was being incorrectly closed.

Original comment by bano...@gmail.com on 14 Nov 2007 at 10:06