add sexy sexy download icon to expanded post images

This commit is contained in:
Jeff Atwood 2014-06-28 01:30:35 -07:00
parent 4a5a428ff6
commit c67c88cee8
1 changed files with 7 additions and 0 deletions

View File

@ -510,6 +510,13 @@ button {
color: $caption-title-color;
word-wrap: break-word;
padding-right: 36px; // leave some space for counter at right side
// add the download icon
a.image-source-link:before {
content: "\f019";
font-family: FontAwesome;
padding-right: 5px;
}
}
.mfp-image-holder {