Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Website » How to get <ul> list elements with out dashed lines
How to get <ul> list elements with out dashed lines [message #18031] Sat, 07 October 2006 18:13 Go to next message
Eclipse UserFriend
Originally posted by: jeff_mcaffer.REMOVE.ca.ibm.com

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
Re: How to get <ul> list elements with out dashed lines [message #18045 is a reply to message #18031] Sun, 08 October 2006 12:00 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
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
Re: How to get <ul> list elements with out dashed lines [message #570072 is a reply to message #18031] Sun, 08 October 2006 12:00 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
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
Previous Topic:Eclipse.org website to be easier to use!
Next Topic:Better template.php ?
Goto Forum:
  


Current Time: Tue Apr 23 09:34:07 GMT 2024

Powered by FUDForum. Page generated in 0.02973 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top