From 314db2255d1f4808a6f762f2770a03d4eee0200c Mon Sep 17 00:00:00 2001 From: Gnieark Date: Tue, 28 Jun 2016 14:33:11 +0200 Subject: [PATCH] css sucks --- html/testBotScripts/connectfour.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/testBotScripts/connectfour.html b/html/testBotScripts/connectfour.html index 9731b84..ec5da7a 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -24,8 +24,8 @@ 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%;} -aside table tr td input{width: 100%;} +aside table tr td{width: 33%; border-style: dashed;} +aside table tr td input {width: 100%;} .center{text-align: center;} aside p img{ width: 100%; max-width:342px;} form textarea, form input, form select {width:100%;}