aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/Graph.css
diff options
context:
space:
mode:
authorVlastimil Starec <vlastimil.starec@orange.com>2020-04-14 21:49:47 +0200
committerVlastimil Starec <vlastimil.starec@orange.com>2020-04-16 22:52:21 +0200
commit6c4672dbb3cccd6c7d8cdfde2f59a97af7cfac42 (patch)
treef2415c6e0de9c63a7b7ebe41adc62120dc45a9ea /graphgraph-fe/src/Graph.css
parent208ab81cd84c06387d6ce7ad335b3fbe4d51ac04 (diff)
Perform repository cleanup
1. Perform whitespace cleanup in source files Changes are almost exclusively in indentation and line breaks. Some safe spelling fixes may had gotten staged too. 2. Update license file and license headers on java files Change "2019" to "2019-2020" (fix 2017-2018 in some cases). Convert to block comment format. Make "Orange Intellectual Property" consistent across headers. 3. Prepend javascript files with license headers 4. Rename frontend filenames to lowercase 5. Add missing semicolons after statements in react files Issue-ID: AAI-2861 Signed-off-by: Vlastimil Starec <vlastimil.starec@orange.com> Change-Id: Ieee5562ce9e360da3db1f990a6cf4c1b1e56f657
Diffstat (limited to 'graphgraph-fe/src/Graph.css')
-rw-r--r--graphgraph-fe/src/Graph.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphgraph-fe/src/Graph.css b/graphgraph-fe/src/Graph.css
deleted file mode 100644
index 1e5c7d8..0000000
--- a/graphgraph-fe/src/Graph.css
+++ /dev/null
@@ -1,20 +0,0 @@
-#graph {
- height: 100%;
- width: 100%;
-}
-
-.arrow {
- stroke-width:5;
- stroke:#000;
- stroke-dasharray:5, 5;
-}
-
-.d3-tip {
- line-height: 1;
- font-weight: bold;
- padding: 12px;
- background: rgba(0, 0, 0, 0.8);
- color: #fff;
- border-radius: 2px;
-}
-