1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

photo post fix

This commit is contained in:
Matthias Kretschmann 2014-07-02 15:49:55 +02:00
parent ac0dbe9edd
commit 7b6f9bf812

View File

@ -2,6 +2,7 @@
/////////////////////////////////////
.hentry.format-photo {
text-align: center;
figure {
position: relative;
@ -44,6 +45,8 @@
}
}
.entry-content { text-align: left; }
.page-single & {
padding-top: @line-height-computed*2;
@ -67,18 +70,6 @@
}
}
.photo-link {
display: block;
}
#exif {
font-size: @font-size-small;
color: #b9c3c9;
text-align: center;
margin-bottom: .5em;
span {
margin-right: 1em;
}
}