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:
parent
34f239498b
commit
b8d52932ef
|
@ -456,6 +456,10 @@ i {
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smaller{
|
||||||
|
font-size: 82%;
|
||||||
|
}
|
||||||
|
|
||||||
/* A hack, inserted to break some Scheme ids: */
|
/* A hack, inserted to break some Scheme ids: */
|
||||||
.mywbr {
|
.mywbr {
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user