diff options
| author | tpowers <devnull@localhost> | 2010-04-27 00:36:24 -0700 |
|---|---|---|
| committer | tpowers <devnull@localhost> | 2010-04-27 00:36:24 -0700 |
| commit | 740ba26a7c583e1be3487d5a261dadb2b77cf9fc (patch) | |
| tree | 662f0c708fa3415b116796bb44f0ed4bd6667aea /sphinx/themes/basic/static/basic.css | |
| parent | 9a7a480804b7e3916e2738e7119968d455a6862a (diff) | |
| download | sphinx-740ba26a7c583e1be3487d5a261dadb2b77cf9fc.tar.gz | |
:menuselection: and :guilabel: look better with sans-serif font.
Diffstat (limited to 'sphinx/themes/basic/static/basic.css')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css index a0127841..e0aef71e 100644 --- a/sphinx/themes/basic/static/basic.css +++ b/sphinx/themes/basic/static/basic.css @@ -390,10 +390,12 @@ dl.glossary dt { } .guilabel { + font-family: sans-serif; font-weight: bold; } .menuselection { + font-family: sans-serif; font-style: italic; font-weight: bold; } |
