From ff5266dd1bacb591cad38cacece9ba2552da432f Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Thu, 13 May 2021 15:10:50 +0200 Subject: [PATCH] CSS minor fix --- css/style.css | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a1d2319..d22d091 100644 --- a/css/style.css +++ b/css/style.css @@ -42,6 +42,7 @@ body { /* Box containing one or more authentication methods in the RAP main page. */ .home-box { display: inline-block; + vertical-align: top; width: 240px; height: 165px; margin: 10px; diff --git a/version.txt b/version.txt index 50ffc5a..2165f8f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.3 +2.0.4 -- GitLab