On Mon, Jun 8, 2009 at 5:58 AM, <etie...@isr.ist.utl.pt> wrote:
>
>   Done!
>
> ----- Forwarded message from etie...@isr.ist.utl.pt -----
>     Date: Sun, 07 Jun 2009 20:55:38 -0700
>     From: etie...@isr.ist.utl.pt
>  Subject: Re: [OctDev] wiki password
>       To: Alexander Barth <barth.alexan...@gmail.com>
>       Cc: etie...@isr.ist.utl.pt
>
>
>   Hi Alex,
>
> thanks for proposing your help, If no-one gave you a password yet, you
> can use the password [snip].
>
>   Cheers,
>

Hi Etienne,

It seems that visually the CSS heading h2 and h3 style are the same.
>From http://users.isr.ist.utl.pt/~etienne/octave-wiki-style.css:
h2,h3 {
 color:#ffffff;
 background-color:#10a0ff;
 font-size: 22px;
 padding: 2px;
 margin-top: 5px;
 /* border-bottom: 2px solid #000000; */
}

h3 {
 color:#ffffff;
 background-color:#10a0ff;
 font-size: 22px;
 padding: 2px;
 margin-top: 1em;
 /* border-bottom: 2px solid #000000; */
}


h3 has just a different top margin. Can we change h3 so that I will be
easier to see that it is a subitem of h2 ? For example we can have a
h3 slightly larger than a h4:

h3 {
 color:#666;
 font-size: 20px;
 padding: 2px;
 margin-top: 5px;
}


Cheers,
Alex

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to