FIX: images should also be inlined in the cooked view

This commit is contained in:
Régis Hanol
2013-12-12 16:57:56 +01:00
parent 1457a3792d
commit dd93407789
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,10 @@
} }
} }
.lightbox-wrapper {
display: inline-block;
}
.meta { .meta {
position: absolute; position: absolute;
bottom: 0; bottom: 0;

View File

@ -12,6 +12,10 @@
} }
} }
.lightbox-wrapper {
display: inline-block;
}
.meta { .meta {
position: absolute; position: absolute;
bottom: 0; bottom: 0;