[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: maint: apply basic styling to online manual
From: |
Pádraig Brady |
Subject: |
Re: maint: apply basic styling to online manual |
Date: |
Mon, 23 Mar 2015 20:10:40 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
On 23/03/15 19:23, Bob Proulx wrote:
> Pádraig Brady wrote:
>> The complete effects are not in place yet,
>> but you can get an idea of the styling by
>> comparing the single page docs (styled):
>> http://www.gnu.org/s/coreutils/manual/coreutils.html
>> and separated nodes (unstyled):
>> http://www.gnu.org/s/coreutils/manual/html_node/index.html
>
> The main body looks nice. The drop shadow border is too loud for my
> taste and calls attention to itself. Style should be invisible but my
> first reaction to seeing it is, "Wow that is some border!" It also
> looks a little strange to me since it is symmetric all around without
> a directed light source implication.
>
> Could the drop shadow be more subdued so that it doesn't jump off the
> page so much?
I don't want to do too much bike shedding on this,
but agree and have now added: body { box-shadow: 0 0 0 0; }
to: http://www.gnu.org/software/coreutils/manual.css
thanks,
Pádraig.