diff --git a/pages/01.administrate/03.postinstall/postinstall.md b/pages/01.administrate/03.postinstall/postinstall.md index 938d6d43..724b4687 100644 --- a/pages/01.administrate/03.postinstall/postinstall.md +++ b/pages/01.administrate/03.postinstall/postinstall.md @@ -9,7 +9,7 @@ routes: The step called "**post-installation**" is actually the initial configuration of YunoHost. It has to be done just after the installation of the system itself. -NB: if you are in the process of restoring a server from scratch **and** you have a yunohost-made backup, you can skip this process and follow through with the "restoring during the postinstall" step, in the [backup](/backup) page. +! If you are in the process of restoring a server from scratch **and** you have a yunohost-made backup, you can skip this process and follow through with the "restoring during the postinstall" step, in the [backup](/backup) page. ### From the web interface @@ -21,21 +21,16 @@ During the first visit, you will very likely encounter a security warning relate You should then land on this page : -![](image://postinstall_web.png) - -

Preview of the Web post-installation

+[figure caption="Preview of the Web post-installation"]![](image://postinstall_web.png)[/figure] ### From the command line You can also perform the postinstallation with the command `yunohost tools postinstall` directly on the server, or [via SSH](/ssh). -![](image://postinstall_cli.png) -

Preview of the command-line post-installation

+[figure caption="Preview of the command-line post-installation"]![](image://postinstall_cli.png)[/figure] -
- -## Informations asked +## Asked information ### Main domain diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index cb75435c..60b15818 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -28,6 +28,14 @@ img.center { margin-right: auto; } +figure img { + margin: auto; +} + +figure figcaption { + font-style: italic; +} + .nomargin * { margin: 0px auto; }