1
0
Fork 0

damn webkit flicker

This commit is contained in:
Matthias Kretschmann 2013-11-24 00:24:04 +01:00
parent cbf175568d
commit 1b93c455e0
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
.featured-link {
display: block;
margin-bottom: @line-height-computed;
.transition-property(none);
@media @breakpoint2 {
margin-bottom: 0;
@ -33,6 +34,6 @@
.featured-image {
display: block;
img { margin-bottom: 0; }
}