diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-16 14:01:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-16 14:01:56 (GMT) |
commit | bd5fdd93a9484accb188bc7ef62d2d1af937149a (patch) | |
tree | 20a412df8a4c2eacce270a2847678326490e3e89 /Doc/html | |
parent | a66b6c12672a8961952e20eac58292d422b5ecb9 (diff) | |
download | cpython-bd5fdd93a9484accb188bc7ef62d2d1af937149a.zip cpython-bd5fdd93a9484accb188bc7ef62d2d1af937149a.tar.gz cpython-bd5fdd93a9484accb188bc7ef62d2d1af937149a.tar.bz2 |
Make it easier to figure out the where a menuselection starts and ends
by controling the font.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index a77fab5..c722db3 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -115,6 +115,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; } .tableheader { background-color: #99ccff; font-family: avantgarde, sans-serif; } |