From 306d47eab4580856134ea3e4c4d46ba803dfd8d7 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 7 Jan 2023 21:00:12 +0200 Subject: vids and more --- rannak/mangud/partorg/sonaragastik/style.css | 29 ++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'rannak/mangud/partorg/sonaragastik') diff --git a/rannak/mangud/partorg/sonaragastik/style.css b/rannak/mangud/partorg/sonaragastik/style.css index 2d86c63..7abfb14 100644 --- a/rannak/mangud/partorg/sonaragastik/style.css +++ b/rannak/mangud/partorg/sonaragastik/style.css @@ -114,13 +114,38 @@ button:disabled{ } table{ - margin: 10px auto; + margin: 10px auto; margin-left: 5rem; } td { border: 4px solid white !important; width: 3.5rem !important; - height: 3rem !important; font-weight: bold; } + + +/* +td { + display: block !important; + float: left !important; + border: 2px solid white !important; + width: 5% !important; + padding-bottom: 5% !important; +} + +td span { position: absolute !important} +table { + display: block !important; + width: 100% !important; +} +tr { + display: block !important; + width: 100% !important; +} + +tbody { + display: block !important; + width: 100% !important; +} +*/ -- cgit v1.2.3