From 90fb01ad6f66adb2bde5ddb8fa52b80d930ae684 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Tue, 28 Jun 2016 14:36:00 +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 ec5da7a..1aecbc1 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -25,7 +25,7 @@ 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 input {width: 100%;} +aside table tr td input, aside table tr td select {width: 100%;} .center{text-align: center;} aside p img{ width: 100%; max-width:342px;} form textarea, form input, form select {width:100%;}