You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/07/26 17:23:52 UTC

[issues] New comment: (FOR-228) css list-items

The following comment has been added to this issue:

     Author: Clay Leeds
    Created: Mon, 26 Jul 2004 5:23 PM
       Body:
Added a PATCH for the css-style-dev forrest skin. Please double-check it against a clean (non-patched version) and compare how the two 'look'. I believe your eye (Thorsten) has a clearer picture of how the finished skin will look. If you think the indentation is still too much (or too little) by all means, change it!
---------------------------------------------------------------------
View the issue:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-228


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-228
    Summary: css list-items
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Forrest
  Component: Forrest skins
    Fix For: 0.6
   Versions:
             0.6

   Assignee: 
   Reporter: Thorsten Scherler

    Created: Mon, 26 Jul 2004 2:21 PM
    Updated: Mon, 26 Jul 2004 5:21 PM

Description:
One thing that annoys me about HTML lists, is the indent level seems excessive. It really shows on the Apache Forrest TOC output (any page with a TOC will do for an example, but the Forrest FAQ really shows it[1]). Eric Meyer and A List Apart have a great tutorials about taming lists[2] & [3]. Eric pretty much '[b]oils it all down' to this [2]:

> Boil it all down, and what we're left with is this: if you want consistent rendering of lists between Explorer 5.x and Netscape 6.x, you need to set both the left margin and left padding of the UL element. We can ignore LI altogether for these purposes. If you want to reproduce the default display in Netscape 6.x, you write:
>
>   ul {margin-left: 0; padding-left: 2.5em;}
>
> If you're more interested in following the Explorer model, then:
>
>   ul {margin-left: 2.5em; padding-left: 0;}
>
> Of course, you can fill in your own preferred values. Split the different and set both to 1.25em, if you like. If you want to reset lists to have no indentation, then you still have to zero out both padding and margin:
>
>   ul {margin-left: 0; padding-left: 0;}

Does it make sense to add this to the css-style skin?

Web Maestro Clay 

[1]
http://forrest.apache.org/faq.html

[2]
http://www.meyerweb.com/eric/css/list-indent.html

[3]
http://www.alistapart.com/articles/taminglists/



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org/jira//Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira