From f5b5358c28061f2031b68cefbf5917eb5edf2ba3 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Tue, 28 Jun 2016 14:36:28 +0200 Subject: [PATCH] css sucks --- html/testBotScripts/connectfour.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/testBotScripts/connectfour.html b/html/testBotScripts/connectfour.html index 1aecbc1..e9c0db4 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -24,7 +24,7 @@ section{margin: 0 auto; width: 90%;} article{float: right; width:70%;} aside{float:left; width: 28%; border-right: 1px dashed green;} aside table {width: 90%;} -aside table tr td{width: 33%; border-style: dashed;} +aside table tr td{width: 33%;} aside table tr td input, aside table tr td select {width: 100%;} .center{text-align: center;} aside p img{ width: 100%; max-width:342px;}