Skip to content

Commit bb5dbf9

Browse files
committed
Don't put an underline on linked images.
I imagine most users don't want images that are clickable to be underlined. It makes the UI look a bit ugly, and isn't really standard practice.
1 parent 07ee604 commit bb5dbf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

alabaster/static/alabaster.css_t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,11 @@ a.reference {
419419
border-bottom: 1px dotted {{ theme_link }};
420420
}
421421

422+
/* Don't put an underline on images */
423+
a.image-reference {
424+
border-bottom: none;
425+
}
426+
422427
a.reference:hover {
423428
border-bottom: 1px solid {{ theme_link_hover }};
424429
}

0 commit comments

Comments
 (0)