Skip to content

Commit

Permalink
Don't put an underline on linked images.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ericholscher committed Apr 26, 2016
1 parent 07ee604 commit bb5dbf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions alabaster/static/alabaster.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@ a.reference {
border-bottom: 1px dotted {{ theme_link }};
}

/* Don't put an underline on images */
a.image-reference {
border-bottom: none;
}

a.reference:hover {
border-bottom: 1px solid {{ theme_link_hover }};
}
Expand Down

0 comments on commit bb5dbf9

Please sign in to comment.