el Sun, 5 Mar 2006 08:09:22 +0700
Rizky <[EMAIL PROTECTED]> escribió:

> 
> /* this is the container */
> .entry-content { float: left; width: 20em; padding: 0 0 0 1.5em; }
> /* these are for the list */
> .entry-meta dt { float: left; width: 6.3em; }
> .entry-meta dd { padding-bottom: 0.6em; }


thanks for your suggestion. i found that tweaking a bit your code i could
get what i wanted.

here is what i used:

body    {
        margin : 3% 10% ;
        padding: 0 ;
        text-align : justify ;
        }

dt      {
        float: left ;
        line-height : 1.3em ;
        font-weight : bold ;
        margin : 0 1em 0 0 ;
        }
dd      {
        padding-bottom: 0.6em ;
        line-height : 1.3em ;
        margin : 0 ;
        }

here are the results:

http://www.eumus.edu.uy/docentes/jure/temp/try03.html

note that among other things i did away with the float property in the
container, otherwise the following paragraph would be crammed to the right
of the list, or at least that's shat i got. the forced line-height is
because i'm using bold dt's.

best,

lj
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to