diff options
author | Ross Turk <ross@inktank.com> | 2013-01-28 19:03:56 -0800 |
---|---|---|
committer | Ross Turk <ross@inktank.com> | 2013-01-28 19:03:56 -0800 |
commit | ecda12081ac15d4df2065cb41345fecca41c0e5f (patch) | |
tree | e600d4fcc08cb7b37046d373689fa92a9c215737 | |
parent | 193dbedb91000c866fa3f79c1215fcb9385d8bf9 (diff) | |
download | ceph-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_t | 2 |
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; } |