Posted by dorayme on 09/21/07 03:39
In article
<1190343684.651244.51380@k35g2000prh.googlegroups.com>,
windandwaves <nfrancken@gmail.com> wrote:
> If I write
>
> li {font-size: 1.3em}
>
> and then I have a nested li, eg.
>
> <ul>
> <li>option 1
> <ul>
> <li>option 1.a</li>
> </ul>
> </li>
> </ul>
>
> Then the option 1.a is going to be bigger than option 1. I think that
> is useless. How do I go about fixing that?
>
You could:
li {font-size: 1.3em}
li li {font-size: 1em}
--
dorayme
Navigation:
[Reply to this message]
|