Hi Etienne,

I think there shouldn't be an "a" after "h3" on line 82. The CSS
selector "h3 a" means that the style is applied only to <a>...</a>
within <h3>...</h3>. Another minor edit: if one specifies a foreground
color, the CSS standard requires also to specify a background color.

The page I'm working on is
http://wiki.octave.org/wiki.pl?EnableLargeArrays: "Reference BLAS"
should be a subsection of "BLAS".

See also patch attached.

Cheers
Alex



On Mon, Jun 8, 2009 at 5:22 PM, <etie...@isr.ist.utl.pt> wrote:
>
>  Hi Alex,
>
> thanks for pointing that out. I (think I) fixed it, using your definition of
> h3.
>
>  Cheers,
>
>  Etienne
>
> Quoting Alexander Barth <barth.alexan...@gmail.com> (Mon, 8 Jun 2009
> 16:20:14 +0200):
>
>> 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
>>
>
>
>
> --
> http://www.isr.ist.utl.pt/~etienne
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
--- octave-wiki-style.css.orig	2009-06-08 18:40:00.000000000 +0200
+++ octave-wiki-style.css	2009-06-08 18:42:27.000000000 +0200
@@ -70,7 +70,7 @@ h1 { 
  margin-bottom: 8px;
 }
 
-h2,h3 { 
+h2 { 
  color:#ffffff;
  background-color:#10a0ff;
  font-size: 22px;
@@ -79,8 +79,9 @@ h2,h3 { 
  /* border-bottom: 2px solid #000000; */
 }
 
-h3 a {
+h3 {
  color:#666;
+ background-color: white;
  font-size: 20px;
  padding: 2px;
  margin-top: 5px;
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to