Add image attribution for post and page feature images

This commit is contained in:
Michael Rose
2013-09-07 09:05:36 -04:00
parent 07b98f3459
commit 3d59923b7f
13 changed files with 51 additions and 25 deletions

View File

@ -53,16 +53,15 @@ figcaption {
// Feature Image Caption
// --------------------------------------------------
.image-credit {
margin: 0 auto;
max-width: 440px;
padding-top: 5px;
padding-right: 20px;
padding-left: 20px;
.grid(12,10);
.prefix(12,1);
.suffix(12,1);
display: block;
text-align: right;
.font(14);
.font(12);
line-height: 1.3;
font-style: italic;
color: lighten(@text-color, 30);
.clearfix();
a {
color: lighten(@text-color, 30);
}