racket-style.css: move margin-note img formatting to Guide/Ref icon
Setting image with to 1.5em seems to be aimed specifically at
the cross-reference icons in the Guide and Reference, and the
width should not apply to just any image in a margin note.
(cherry picked from commit 463b81780a
)
This commit is contained in:
parent
a1859e3076
commit
6a208a2fa1
|
@ -2,3 +2,7 @@
|
|||
float: left;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
|
||||
.imageleft img {
|
||||
width: 1.5em;
|
||||
}
|
||||
|
|
|
@ -317,10 +317,6 @@ a:hover {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.refcontent img {
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
.refpara, .refparaleft {
|
||||
top: -1em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user