From ecda12081ac15d4df2065cb41345fecca41c0e5f Mon Sep 17 00:00:00 2001 From: Ross Turk Date: Mon, 28 Jan 2013 19:03:56 -0800 Subject: [PATCH] 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 
---
 doc/_themes/ceph/static/nature.css_t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/_themes/ceph/static/nature.css_t b/doc/_themes/ceph/static/nature.css_t
index ea320504189..2c2348b0a61 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;
 }
 
-- 
2.47.3