]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: generic.css: font size tweaks
authorCole Robinson <crobinso@redhat.com>
Thu, 10 Mar 2016 01:53:58 +0000 (20:53 -0500)
committerCole Robinson <crobinso@redhat.com>
Thu, 10 Mar 2016 16:06:25 +0000 (11:06 -0500)
- change font-family to just 'sans-serif' rather than hardcode a few
  font families. this means we abide the user's browser font setting,
  and makes us consistent with other sites like en.wikipedia.org
- raise font-size to 90%. this is what en.wikipedia.org uses.

With these two tweaks, libvirt.org text renders the same as
en.wikipedia.org with fedora firefox out of the box config. Previously
the font on libvirt.org was very small and difficult to read.

docs/generic.css

index 52cd39260cfdd7f7e86dd1d8cbc2123f2f550f0c..285e39059e6dcf15328d8a987c6c9e9dd96af85a 100644 (file)
@@ -2,8 +2,8 @@ body {
   margin: 0em;
   padding: 0px;
   color: rgb(0,0,0);
-  font-family: Verdana, Arial, Helvetica, sans-serif;
-  font-size: smaller;
+  font-family: sans-serif;
+  font-size: 90%;
   background: #ffffff;
 }