Fix centre alignment of preview images.

This commit is contained in:
Starbeamrainbowlabs 2016-06-04 11:22:57 +01:00
parent 8332cd955d
commit ab5fabe643
2 changed files with 4 additions and 4 deletions

View File

@ -329,8 +329,8 @@ input[type=button], input[type=submit] { cursor: pointer; }
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
.link-display { margin-left: 0.5rem; }
figure { display: inline-block; }
figure > :first-child { display: block; }
figure:not(.preview) { display: inline-block; }
figure:not(.preview) > :first-child { display: block; }
figcaption { text-align: center; }
.printable { padding: 2rem; }

View File

@ -326,8 +326,8 @@ input[type=button], input[type=submit] { cursor: pointer; }
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
.link-display { margin-left: 0.5rem; }
figure { display: inline-block; }
figure > :first-child { display: block; }
figure:not(.preview) { display: inline-block; }
figure:not(.preview) > :first-child { display: block; }
figcaption { text-align: center; }
.printable { padding: 2rem; }