]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Remove the border around fieldsets.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 21 Mar 2015 00:42:41 +0000 (20:42 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 21 Mar 2015 00:42:41 +0000 (20:42 -0400)
xonstat/static/css/app.css

index 9425cf6fb15a1ebd77fc0be86426ff1c99ca7dca..963eb141024960bb059fed6f93fc8da27e0f03be 100644 (file)
@@ -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;