From 1229bb6a838e96eb52be7aa1cac8d692746bc783 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 17 Aug 2023 11:36:55 +0200 Subject: convert to bulma css framework --- templates/layouts/mainlayout.html.ep | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/mainlayout.html.ep b/templates/layouts/mainlayout.html.ep index 2cd4671..8cf822c 100644 --- a/templates/layouts/mainlayout.html.ep +++ b/templates/layouts/mainlayout.html.ep @@ -6,9 +6,7 @@ - %# - %# - %= stylesheet '/css/style.css' + %= stylesheet '/css/my_bulma.css' %= title || 'JWebmail' @@ -18,14 +16,16 @@ <body> %= content - <footer> - %= link_to about => begin - %= ucfirst l 'about' - JWebmail - % end - <br> - %= ucfirst l 'version' - %= $version + <footer class=footer> + <div class="content has-text-centered"> + %= link_to about => begin + %= ucfirst l 'about' + JWebmail + % end + <br> + %= ucfirst l 'version' + %= $version + </div> </footer> </body> -- cgit v1.2.3