From: Ross Turk Date: Tue, 29 Jan 2013 03:03:56 +0000 (-0800) Subject: doc: fix overly-big fixed-width text in Firefox X-Git-Tag: v0.57~89 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ecda12081ac15d4df2065cb41345fecca41c0e5f;p=ceph.git doc: fix overly-big fixed-width text in Firefox Changed font size for
 elements to be 15pt instead of 1.5em - Firefox seems to render 1.1em a bit bigger than other browsers.

Signed-off-by: Ross Turk 
---

diff --git a/doc/_themes/ceph/static/nature.css_t b/doc/_themes/ceph/static/nature.css_t
index ea3205041894..2c2348b0a61e 100644
--- a/doc/_themes/ceph/static/nature.css_t
+++ b/doc/_themes/ceph/static/nature.css_t
@@ -269,7 +269,7 @@ tt {
     background-color: #ecf0f3;
     color: #222;
     /* padding: 1px 2px; */
-    font-size: 1.1em;
+    font-size: 15px;
     font-family: monospace;
 }