[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.phoenix] Re: How to get <ul> list elements with out dashed lines

The easiest option is to place the entire "Overview" section in the page content itself, instead of in a <div class="homeitem3col">

Give that a try by simply removing the <div class="homeitem3col"> and its matching </div>. You can possible use <h2> instead of <h3> for the "Overview" section title.

If you want to keep the "homeitem" look, then you need to override the <ul> and <li> default styles with a local stylesheet:

http://wiki.eclipse.org/index.php/Using_Phoenix

Personally, I'd just remove the homeitem3col. The intention of the homeitems is to highlight specific sections, or to create some kind of portlet in the page, as in eclipse.org/downloads/


D.


Jeff McAffer wrote:
The standard style sheets seem to make the <ul> lists have dashed lines between each list element. This makes the lists (e.g, lists of instructions) really hard to read (look at
http://www.eclipse.org/equinox/documents/http_quickstart.php
for an example.
Is there a way to turn this off?


Jeff