From: Ant Zucaro Date: Sat, 21 Mar 2015 00:42:41 +0000 (-0400) Subject: Remove the border around fieldsets. X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=dde80a4b1d9c9036e8135f1049de45595d4c882f;hp=7559ff0e91805561a76d89659b91606a21129f7b;p=xonotic%2Fxonstat.git Remove the border around fieldsets. --- diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index 9425cf6..963eb14 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -35,6 +35,10 @@ ul, ol, dl { font-size: 1.1rem; } +fieldset { + border: none; +} + table { background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.70); border: 1px solid #436688;