[libvirt] [PATCH] website: Increase text size

Cole Robinson crobinso at redhat.com
Wed Mar 17 19:32:54 UTC 2010


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 at 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




More information about the libvir-list mailing list