From 6f3383c69395af46b8b234ebff97e2e8b0df3544 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Tue, 28 Jun 2016 14:30:44 +0200 Subject: [PATCH] 100 --- 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 19f78d1..9731b84 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -28,7 +28,7 @@ aside table tr td{width: 33%;} 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:40%;} +form textarea, form input, form select {width:100%;} form input[type=checkbox], form input[type=radio] { width:15px; } form label {float:left; width:40%; margin-right:0.5em; padding-top:0.2em; text-align:right;}