commit b8d52932ef3183e90a70df8a91ccb390e3c7f776
parent 34f239498bc743349ecd555a7e64fe711b66552a
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 30 May 2008 13:25:54 +0000
adjust search-page sizing of 'provided from' to use a CSS entry, which scales by the magic 82% instead of 80% (because 80% drops just below the threshold of anti-aliasing the default monospace font in Safari)
svn: r10036
original commit: a78bf662b23e2395ab996fa3d0752ed2c65ebec1
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -456,6 +456,10 @@ i {
margin-right: 0.3em;
}
+.smaller{
+ font-size: 82%;
+}
+
/* A hack, inserted to break some Scheme ids: */
.mywbr {
width: 0;