fix css for release/versions box
authorMoritz Warning <moritzwarning@web.de>
Fri, 6 Mar 2020 18:37:24 +0000 (19:37 +0100)
committerMoritz Warning <moritzwarning@web.de>
Fri, 6 Mar 2020 21:10:26 +0000 (22:10 +0100)
index.css

index 75391db66e73847abf4fcab733fa228a32e53f46..a7662ca9ced88e181f4ffa1fc85e8f376d9137b0 100644 (file)
--- 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;
 }