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
This commit is contained in:
Matthew Flatt 2008-05-30 13:25:54 +00:00
parent 34f239498b
commit b8d52932ef

View File

@ -456,6 +456,10 @@ i {
margin-right: 0.3em;
}
.smaller{
font-size: 82%;
}
/* A hack, inserted to break some Scheme ids: */
.mywbr {
width: 0;