From 4996f9b2d746b1858d0fec313737196cf35c88ce Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Fri, 6 Mar 2020 19:37:24 +0100 Subject: [PATCH] fix css for release/versions box --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 75391db..a7662ca 100644 --- a/index.css +++ b/index.css @@ -101,11 +101,11 @@ header > div { background-color: #fff; } -#releases { - width: 10em; - background-color: #f1f1f1; +#versions { border: 1px solid transparent; + background-color: #f1f1f1; padding: 10px; + width: 10em; border-radius: 4px; } -- 2.30.2