mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Fix centre alignment of preview images.
This commit is contained in:
parent
8332cd955d
commit
ab5fabe643
2 changed files with 4 additions and 4 deletions
|
@ -329,8 +329,8 @@ input[type=button], input[type=submit] { cursor: pointer; }
|
||||||
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
|
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
|
||||||
.link-display { margin-left: 0.5rem; }
|
.link-display { margin-left: 0.5rem; }
|
||||||
|
|
||||||
figure { display: inline-block; }
|
figure:not(.preview) { display: inline-block; }
|
||||||
figure > :first-child { display: block; }
|
figure:not(.preview) > :first-child { display: block; }
|
||||||
figcaption { text-align: center; }
|
figcaption { text-align: center; }
|
||||||
|
|
||||||
.printable { padding: 2rem; }
|
.printable { padding: 2rem; }
|
||||||
|
|
|
@ -326,8 +326,8 @@ input[type=button], input[type=submit] { cursor: pointer; }
|
||||||
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
|
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
|
||||||
.link-display { margin-left: 0.5rem; }
|
.link-display { margin-left: 0.5rem; }
|
||||||
|
|
||||||
figure { display: inline-block; }
|
figure:not(.preview) { display: inline-block; }
|
||||||
figure > :first-child { display: block; }
|
figure:not(.preview) > :first-child { display: block; }
|
||||||
figcaption { text-align: center; }
|
figcaption { text-align: center; }
|
||||||
|
|
||||||
.printable { padding: 2rem; }
|
.printable { padding: 2rem; }
|
||||||
|
|
Loading…
Reference in a new issue