commit 11d290e2c7fee6cdb2b3e3acab95f6abcf738c36
parent 1775ef6a14ad11ad42c0d165e93f044811c86416
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 3 Jan 2014 09:41:24 -0700
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.
original commit: 463b81780a6e870d1f201e1b2408424bb02bfe77
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/manual-style.css b/pkgs/scribble-pkgs/scribble-lib/scribble/manual-style.css
@@ -317,10 +317,6 @@ a:hover {
font-weight: 400;
}
-.refcontent img {
- width: 1.5em;
-}
-
.refpara, .refparaleft {
top: -1em;
}