From f59fa816260cd708b6360726ec1c8007472f3f5d Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 6 Feb 2017 17:35:24 +0100 Subject: [PATCH] Fixes #350: Website CSS issue --- website/index/index.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/website/index/index.css b/website/index/index.css index 6c0e77a8..fe3f109f 100644 --- a/website/index/index.css +++ b/website/index/index.css @@ -1,12 +1,3 @@ -.try [class*="span"] { - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - word-wrap: break-word; -} - .try .drops { margin: 0; list-style: none;