From 42994c46c846f5983bb41988124fdd0c2a4e99a6 Mon Sep 17 00:00:00 2001 From: Lars Martens Date: Tue, 7 Jul 2015 12:07:41 +0200 Subject: [PATCH] CSS Improvements - Fixed GL View - Removed unecessary class --- style.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index 77e13ca..4ed5f2b 100644 --- a/style.css +++ b/style.css @@ -30,18 +30,12 @@ a{ color: #000000; } -/* We cheat a bit here to fit all the controls in one row. - I will add a proper workaround later. - */ -.evenly *{ - width: 24%; -} - #gl{ width: 60%; height: 100%; float: left; cursor: move; + position: fixed; } #card{ @@ -99,7 +93,7 @@ a{ } .equipment{ - width: 80%; + width: 80%; } .rotations{ @@ -113,4 +107,4 @@ a{ .rotations input{ width: 100%; -} \ No newline at end of file +}