summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-11-14 22:35:59 (GMT)
committerFred Drake <fdrake@acm.org>2001-11-14 22:35:59 (GMT)
commite1d4ad3a31b567e69d6d7c441ce70cd35ba59364 (patch)
treeb22a4024605b8c6a3bdfec779312dbd2c2ca7b46 /Doc/html
parent9c7a07f7a46570601432c1e490239f8c8b9dccc0 (diff)
downloadcpython-e1d4ad3a31b567e69d6d7c441ce70cd35ba59364.zip
cpython-e1d4ad3a31b567e69d6d7c441ce70cd35ba59364.tar.gz
cpython-e1d4ad3a31b567e69d6d7c441ce70cd35ba59364.tar.bz2
Finally commit the font changes that have been live on the development site
for a month or more.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index b24998c..cfd5942 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -47,11 +47,14 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3, h4 { font-size: 120%; }
-code, tt { font-family: monospace; }
+code, tt { font-family: lucida typewriter, lucidatypewriter,
+ monospace; }
var { font-family: times, serif;
font-style: italic;
font-weight: normal; }
+.typelabel { font-family: lucida, sans serif; }
+
.navigation td { background-color: #99ccff;
font-weight: bold;
font-family: avantgarde, sans-serif;
@@ -61,7 +64,9 @@ var { font-family: times, serif;
.titlegraphic { vertical-align: top; }
-.verbatim { color: #00008b; }
+.verbatim { color: #00008b;
+ font-family: lucida typewriter, lucidatypewriter,
+ monospace; }
.grammar { background-color: #99ccff;
margin-right: 0.5in;
value='bug_57945b574a_without_stub'>bug_57945b574a_without_stub Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Workaround for silly compiler bug. [Bug 1503729]dkf2006-06-132-2/+14
* * doc/GetStdChan.3: Added recommendation that each call todgp2006-06-062-1/+16
* Documentation improvements (including Tcl_Realloc(NULL,x) behaviour)dkf2006-06-052-4/+12
* Minor formatting fixesdkf2006-06-051-174/+182
* * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allowhobbs2006-05-302-2/+10
* * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler thatdas2006-05-275-78/+309
* autoconf-2.59das2006-05-261-2/+2
* updates for Xcode 2.3das2006-05-262-27/+3
* Fix [Bug 1494160]dkf2006-05-242-1/+6
* Typo. [Bug 1494160]dkf2006-05-241-2/+2
* Minor doc improvementsdkf2006-05-233-39/+44
* Silence compiler warning.dgp2006-05-151-2/+3
* * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-132-5/+92
* * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86]das2006-05-122-16/+21
* * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-053-112/+140
* * README: Bump version number to 8.5a5dgp2006-05-0410-16/+27
* * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-043-8/+23
* * changes: Updates for another RC.core_8_5_a4dgp2006-04-262-4/+22
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-264-12/+88
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-265-60/+101
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-252-38/+29
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-25