From 6e7b609178b021c18d8feebce94f26819776691f Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 15 May 2022 21:57:36 +0200 Subject: [PATCH] fix: add patternfly styles Signed-off-by: Matej Focko --- comparator.html | 9 +++++++-- index.html | 9 +++++++-- style.css | 20 -------------------- 3 files changed, 14 insertions(+), 24 deletions(-) diff --git a/comparator.html b/comparator.html index f02759a..68f8a81 100755 --- a/comparator.html +++ b/comparator.html @@ -7,6 +7,11 @@ rel="stylesheet" /> + @@ -19,7 +24,7 @@ size="14" autofocus /> - +
- +
diff --git a/index.html b/index.html index fd2f609..3f0a64b 100755 --- a/index.html +++ b/index.html @@ -7,6 +7,11 @@ rel="stylesheet" /> + @@ -19,7 +24,7 @@ size="14" autofocus /> - + - +

Current operation:

diff --git a/style.css b/style.css index 3a40d5b..bc3ea3f 100755 --- a/style.css +++ b/style.css @@ -1,23 +1,3 @@ -.node circle { - fill: #ecf0f1; - stroke: #3498db; - stroke-opacity: 0.8; - stroke-width: 2.5px; -} - -.text { - font-family: "Open Sans", sans-serif; - fill: #3498db; - font-size: 16px; -} - -.link { - fill: none; - stroke: #3498db; - stroke-opacity: 0.8; - stroke-width: 2px; -} - form { display: inline; }