diff options
author | Simounet <contact@simounet.net> | 2017-12-03 14:41:15 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2017-12-03 14:41:15 +0100 |
commit | 2784f674ead8817f374f26c1a044d20c946f5228 (patch) | |
tree | 57aeb3c45176cc66763c1d9a41b658db4ec23e22 /app/Resources/static | |
parent | 970e1075245f40792e01131f934dfdb803dd77ca (diff) | |
download | wallabag-2784f674ead8817f374f26c1a044d20c946f5228.tar.gz wallabag-2784f674ead8817f374f26c1a044d20c946f5228.tar.zst wallabag-2784f674ead8817f374f26c1a044d20c946f5228.zip |
Figure image and figcaption centered on share page
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/_global/share.scss | 8 |
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 | ||
383 | figure { | ||
384 | text-align: center; | ||
385 | } | ||
386 | |||
387 | figure > * { | ||
388 | margin: 0 auto; | ||
389 | } | ||
390 | |||
383 | header { | 391 | header { |
384 | text-align: center; | 392 | text-align: center; |
385 | } | 393 | } |