diff options
author | Fred Drake <fdrake@acm.org> | 2004-01-23 08:52:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-01-23 08:52:28 (GMT) |
commit | f0f6d12cd4d2159cbe2473c6ff5aeb5f9d245e02 (patch) | |
tree | dec64d0de926fa60eca7813d640433d3dedbf819 /Doc/html | |
parent | 226f697560af74985ee5ecf2fc4f6b1c991006dc (diff) | |
download | cpython-f0f6d12cd4d2159cbe2473c6ff5aeb5f9d245e02.zip cpython-f0f6d12cd4d2159cbe2473c6ff5aeb5f9d245e02.tar.gz cpython-f0f6d12cd4d2159cbe2473c6ff5aeb5f9d245e02.tar.bz2 |
add \guilabel macro to mark labels that occur in user interfaces
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index f585744..33a1380 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -123,7 +123,7 @@ div.note .label { margin-right: 0.5em; .newsgroup { font-family: avantgarde, sans-serif; } .url { font-family: avantgarde, sans-serif; } .file { font-family: avantgarde, sans-serif; } -.menuselection { font-family: avantgarde, sans-serif; } +.guilabel { font-family: avantgarde, sans-serif; } .tableheader { background-color: #99ccff; font-family: avantgarde, sans-serif; } |