This commit is contained in:
Toks
2014-07-15 15:21:18 -04:00
parent fed2725139
commit 4b1573bc29
2 changed files with 20 additions and 9 deletions

View File

@@ -8,14 +8,11 @@ article.post-preview {
overflow: hidden;
text-align: center;
@include inline-block;
position: relative;
img {
margin: auto;
}
}
.post-preview {
position: relative;
&[data-tags~=animated]:before, &[data-file-ext=swf]:before, &[data-file-ext=webm]:before {
content: "";
@@ -25,10 +22,6 @@ article.post-preview {
color: white;
background-color: rgba(0,0,0,0.5);
margin: 2px;
top: 0;
left: 0;
z-index: 1;
text-align: center;
}
}