Parcourir la source

Hide frame with css

Axel Nordh il y a 4 ans
Parent
commit
6010c19c7b
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      OddsJavaFx/src/web/style.css

+ 8 - 0
OddsJavaFx/src/web/style.css

@@ -1,3 +1,11 @@
 table, th, td {
 	border: 1px solid black;
+}
+
+.hide {
+	position: absolute;
+	top: -1px;
+	left: -1px;
+	width: 1px;
+	height: 1px;
 }