From 1b47aebf646c17bd3af6cc8bb88e1cf9b196fc1e Mon Sep 17 00:00:00 2001 From: Nikos Papagiannopoulos Date: Thu, 18 Feb 2021 06:46:54 +0100 Subject: [PATCH] Remove LeineLab specific css from style.css --- style.css | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/style.css b/style.css index cd6b256..398abd5 100644 --- a/style.css +++ b/style.css @@ -1,22 +1,3 @@ -/*.ample { - display: block; - width: 200px; - height: 100px; - font-size: 24px; - font-weight: bold; - padding: 5px; -} - -.available { - background-color: green; - color: white; -} - -.not-available { - background-color: red; - color: white; -}*/ - div.hackerspace-room-state { border: 1px solid #cccccc; background-color: #ffffff; @@ -27,11 +8,6 @@ div.hackerspace-room-state h3 { } -div.leinelab-state img.icon { - display: inline; - width: 180px; -} - div.hackerspace-room-state .text { display: inline; margin-left: 0.3rem; @@ -40,4 +16,4 @@ div.hackerspace-room-state .text { div.hackerspace-room-state hr { margin-top: 0.3rem; margin-bottom: 0.3rem; -} \ No newline at end of file +}