[libvirt] [PATCH] website: Increase text size

Personally I find the text so small it is difficult to read, especially in the documentation pages where we can have a large wall of text. Here is a before and after shot of the main page on my machine (scaled down): http://fedorapeople.org/~crobinso/tmp/libvirt-web-before-after.png Text size is now similar to linux-kvm.org, which I find much easier to read. Signed-off-by: Cole Robinson <crobinso@redhat.com> --- docs/generic.css | 10 +++++----- docs/libvirt.css | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/generic.css b/docs/generic.css index dbf7b56..d9cf49e 100644 --- a/docs/generic.css +++ b/docs/generic.css @@ -43,22 +43,22 @@ div.footer { } h1 { - font-size: 2em; + font-size: 1.6em; } h2 { - font-size: 1.6em; + font-size: 1.4em; } h3 { - font-size: 1.4em; + font-size: 1.2em; } h4 { - font-size: 1.2em; + font-size: 1.1em; } h5 { font-size: 1em; } h6 { - font-size: 0.8em; + font-size: 0.9em; } dl dt { diff --git a/docs/libvirt.css b/docs/libvirt.css index dfc93c6..46e9a3f 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -33,6 +33,7 @@ h2, h3, h4, h5, h6 { margin-right: 1em; padding: 0px; padding-bottom: 1em; + font-size: larger; } #menu { -- 1.6.6.1

Personally I find the text so small it is difficult to read, especially in the documentation pages where we can have a large wall of text. ...
diff --git a/docs/libvirt.css b/docs/libvirt.css index dfc93c6..46e9a3f 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -33,6 +33,7 @@ #content { margin-right: 1em; padding: 0px; padding-bottom: 1em; + font-size: larger; }
Well, this is a very subjective thing. Generally, I think sites should never touch base font size; they should honor settings users have in their browsers. Jirka

On Wed, Mar 17, 2010 at 03:32:54PM -0400, Cole Robinson wrote:
Personally I find the text so small it is difficult to read, especially in the documentation pages where we can have a large wall of text.
Here is a before and after shot of the main page on my machine (scaled down):
http://fedorapeople.org/~crobinso/tmp/libvirt-web-before-after.png
Hum, looking at the png, assuming you didn't scale the images, obviously you either have a problem with your set of installed fonts or your font rendering options, or your browser is doing something to reduce page screen estate. When I look at the png I find both completely unreadable, the 'after' being more or less the same size as my normal rendering, just very fuzzed ! Can you check against my current rendering enclosed which I find perfectly legible, if your normal rendring is different could you check your fonts rendering options and firefox zoom rendering option, there is something weird going on, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On 03/18/2010 07:11 AM, Daniel Veillard wrote:
On Wed, Mar 17, 2010 at 03:32:54PM -0400, Cole Robinson wrote:
Personally I find the text so small it is difficult to read, especially in the documentation pages where we can have a large wall of text.
Here is a before and after shot of the main page on my machine (scaled down):
http://fedorapeople.org/~crobinso/tmp/libvirt-web-before-after.png
Hum, looking at the png, assuming you didn't scale the images, obviously you either have a problem with your set of installed fonts or your font rendering options, or your browser is doing something to reduce page screen estate. When I look at the png I find both completely unreadable, the 'after' being more or less the same size as my normal rendering, just very fuzzed !
Can you check against my current rendering enclosed which I find perfectly legible, if your normal rendring is different could you check your fonts rendering options and firefox zoom rendering option, there is something weird going on,
The image was scaled down, sorry. That's not how it really looks on my comp. Just trying to give an idea of the relative change in text size. - Cole
participants (3)
-
Cole Robinson
-
Daniel Veillard
-
Jiri Denemark