[imp] <OL> and <UL> disabled?
Jacob Elder
jake at trec.us
Thu Feb 23 12:40:47 PST 2006
After a little experimentation, I found that this is due to a "*
{margin:0}" at the top of themes/screen.css. This trivial patch
restores HTML lists and outlines.
--- themes/screen.css 2006-02-23 15:04:55.000000000 -0500
+++ themes/screen.css.patch 2006-02-23 15:36:59.000000000 -0500
@@ -572,3 +572,7 @@
margin: -3px 5px 5px -3px;
padding: 2px;
}
+
+li {
+ margin-left: 30px;
+}
After applying that patch, you would see a deeply nested list here:
* Gabba
* Gabba * Hey
* Gabba * Gabba * Hey
* Test
* Foo
* Bar
* Baz
--
Jacob Elder
Quoting Jacob Elder <jake at trec.us>:
> Hello,
>
> I have noticed that html list markup doesn't render at all in Imp
> unless the content is viewed in a seperate. It looks like this is
> because of an inheirited stylesheet somewhere. Is there any way to
> control this behavior?
>
> --
> Jacob Elder
>
>
>
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp[1]
> Frequently Asked Questions: http://horde.org/faq/[2]
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
Links:
------
[1] http://horde.org/bounties/#imp
[2] http://horde.org/faq/
More information about the imp
mailing list