Seetha commited on
Commit
6148ef0
1 Parent(s): 5e3db4d

Delete div.css

Browse files
Files changed (1) hide show
  1. div.css +0 -32
div.css DELETED
@@ -1,32 +0,0 @@
1
- path.link {
2
- fill: none;
3
- stroke: #666;
4
- stroke-width: 1.5px;
5
- }
6
-
7
- path.link:hover {stroke: red;stroke-width: 4px}
8
-
9
- path.link.licensing {
10
- stroke: green;
11
- }
12
-
13
- path.link.resolved {
14
- stroke-dasharray: 0,2 1;
15
- }
16
-
17
- circle {
18
- fill: #ccc;
19
- stroke: #333;
20
- stroke-width: 1.5px;
21
- }
22
-
23
- text {
24
- font: 10px sans-serif;
25
- pointer-events: none;
26
- }
27
-
28
- text.shadow {
29
- stroke: #fff;
30
- stroke-width: 3px;
31
- stroke-opacity: .8;
32
- }