diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2010-04-10 15:53:52 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2010-04-10 15:53:52 +0100 |
commit | fe27e2968d47a4bef11df598c5d6cba87467ceff (patch) | |
tree | 2be54475802439f5b9a0fc38e14e6716ebf70200 /lib | |
parent | b3389c7a7fa0f2d29f3ab1714d577f9d2194e22d (diff) | |
download | rpg-fe27e2968d47a4bef11df598c5d6cba87467ceff.tar.gz rpg-fe27e2968d47a4bef11df598c5d6cba87467ceff.tar.bz2 |
fix incorrectly placed explicit font declaration for pre
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/design.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index d608e1113..fdc41e55b 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -38,7 +38,6 @@ div.dokuwiki p, div.dokuwiki blockquote, div.dokuwiki table, div.dokuwiki pre { - font-family: monospace; margin: 0 0 1.0em 0; } @@ -463,6 +462,7 @@ div.dokuwiki blockquote { } div.dokuwiki pre { + font-family: monospace; font-size: 120%; padding: 0.5em; border: 1px dashed __border__; |