aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2017-12-03 14:41:15 +0100
committerSimounet <contact@simounet.net>2017-12-03 14:41:15 +0100
commit2784f674ead8817f374f26c1a044d20c946f5228 (patch)
tree57aeb3c45176cc66763c1d9a41b658db4ec23e22 /app
parent970e1075245f40792e01131f934dfdb803dd77ca (diff)
downloadwallabag-2784f674ead8817f374f26c1a044d20c946f5228.tar.gz
wallabag-2784f674ead8817f374f26c1a044d20c946f5228.tar.zst
wallabag-2784f674ead8817f374f26c1a044d20c946f5228.zip
Figure image and figcaption centered on share page
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/_global/share.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/share.scss b/app/Resources/static/themes/_global/share.scss
index d6f6b669..72e73a9a 100644
--- a/app/Resources/static/themes/_global/share.scss
+++ b/app/Resources/static/themes/_global/share.scss
@@ -380,6 +380,14 @@ tbody {
380 border-width: 1px 0; 380 border-width: 1px 0;
381} 381}
382 382
383figure {
384 text-align: center;
385}
386
387figure > * {
388 margin: 0 auto;
389}
390
383header { 391header {
384 text-align: center; 392 text-align: center;
385} 393}