summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Turk <ross@inktank.com>2013-01-28 19:03:56 -0800
committerRoss Turk <ross@inktank.com>2013-01-28 19:03:56 -0800
commitecda12081ac15d4df2065cb41345fecca41c0e5f (patch)
treee600d4fcc08cb7b37046d373689fa92a9c215737
parent193dbedb91000c866fa3f79c1215fcb9385d8bf9 (diff)
downloadceph-ecda12081ac15d4df2065cb41345fecca41c0e5f.tar.gz
doc: fix overly-big fixed-width text in Firefox
Changed font size for <pre> 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 <ross@inktank.com>
-rw-r--r--doc/_themes/ceph/static/nature.css_t2
1 files changed, 1 insertions, 1 deletions
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;
}