about summary refs log tree commit diff
path: root/sourcecodes/js-graph-it.css
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/js-graph-it.css
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/js-graph-it.css')
-rw-r--r--sourcecodes/js-graph-it.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/sourcecodes/js-graph-it.css b/sourcecodes/js-graph-it.css
deleted file mode 100644
index 46757760..00000000
--- a/sourcecodes/js-graph-it.css
+++ /dev/null
@@ -1,24 +0,0 @@
-.draggable
-{
-	position: absolute;
-	cursor: move;
-	z-index: 1;
-}
-
-.connector
-{
-	background-color: black;
-}
-
-.dock_point
-{
-	height: 1px;
-	width: 1px;
-	overflow: hidden;
-	padding: 0px !important;
-	border: none !important;
-	margin: 0px !important;
-	position: absolute;
-	font-size: 1px;
-	visibility: hidden;
-}
\ No newline at end of file