Font size for actual content in Alabaster too small?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have done make htmldocs on linux-next (which includes switching doc theme
to Alabaster) and see the results.

Honestly, the font size for actual content (body) is only 10pt, which makes
reading the docs a bit harder. I think that 12pt should be more readable
instead.

---- >8 ----
diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css
index 9b36f7abd24f3f..7894901ca92e4e 100644
--- a/Documentation/sphinx-static/custom.css
+++ b/Documentation/sphinx-static/custom.css
@@ -10,6 +10,10 @@ div.body h3 { font-size: 130%; }
 
 /* Tighten up the layout slightly */
 div.body { padding: 0 15px 0 10px; }
+
+/* Largen body font size for readability */
+div.body { font-size: 12pt; }
+
 div.sphinxsidebarwrapper { padding: 1em 0.4em; }
 /* Tweak document margins and don't force width */
 div.document {

Thanks.

-- 
An old man doll... just what I always wanted! - Clara



[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux