From 3aec340c6059104039d93938bc4e961cd0471d38 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 8 Mar 2017 16:13:25 +0100 Subject: CSS class "hidden" was replaced by the semantic HTML5 attribute "hidden". --- index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 2a1b1fd..d4211e8 100755 --- a/index.php +++ b/index.php @@ -36,7 +36,6 @@ require_once 'include/pagelets.php'; html{margin:0;padding:0;background:#B9C3D2;font-family:Calibri,Sans-Serif;} body{max-width:1200px;margin:0 auto;} .text{color:white;margin-bottom:30px;padding:40px;border-radius:4px;font-weight:600;text-align:center;border:4px solid black;} - .hidden{display:none;}