summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/basic.css
diff options
context:
space:
mode:
authortpowers <devnull@localhost>2010-04-27 00:36:24 -0700
committertpowers <devnull@localhost>2010-04-27 00:36:24 -0700
commit740ba26a7c583e1be3487d5a261dadb2b77cf9fc (patch)
tree662f0c708fa3415b116796bb44f0ed4bd6667aea /sphinx/themes/basic/static/basic.css
parent9a7a480804b7e3916e2738e7119968d455a6862a (diff)
downloadsphinx-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.css2
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;
}