diff options
author | Thomas Lange <code@nerdmind.de> | 2017-03-08 16:13:25 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-03-08 16:13:25 +0100 |
commit | 3aec340c6059104039d93938bc4e961cd0471d38 (patch) | |
tree | d5ca5ceb36d9efe00edd2cbcdb35a6b518c81af4 /index.php | |
parent | d335df6e628dd3ba93745336780ca3a3a6e2077b (diff) | |
download | bigpipe-3aec340c6059104039d93938bc4e961cd0471d38.tar.gz bigpipe-3aec340c6059104039d93938bc4e961cd0471d38.tar.xz bigpipe-3aec340c6059104039d93938bc4e961cd0471d38.zip |
CSS class "hidden" was replaced by the semantic HTML5 attribute "hidden".
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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;}
</style>
<script>
var globalExecution = function globalExecution(code) {
|