summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolf <olf@subsignal.org>2015-03-14 21:58:10 +0100
committerolf <olf@subsignal.org>2015-03-14 21:58:10 +0100
commit5c44926236da9d83948fd0095613fb711c05cfb5 (patch)
treef7b783f414468d562f8d3735e972c19d586443bc
parent07e51f19708d27eff90b03b3937860230476801a (diff)
csstemplate folder + contents will not be needed in the future
-rw-r--r--csstemplate/offline.nautilus.status.css7
-rw-r--r--csstemplate/offline.taifun.status.css8
-rw-r--r--csstemplate/offline.trieste.status.css8
-rw-r--r--csstemplate/online.nautilus.status.css7
-rw-r--r--csstemplate/online.taifun.status.css8
-rw-r--r--csstemplate/online.trieste.status.css8
6 files changed, 0 insertions, 46 deletions
diff --git a/csstemplate/offline.nautilus.status.css b/csstemplate/offline.nautilus.status.css
deleted file mode 100644
index c856e58..0000000
--- a/csstemplate/offline.nautilus.status.css
+++ /dev/null
@@ -1,7 +0,0 @@
-span.nautilusonline {
- color: #222;
- }
-
-span.nautilusoffline {
- color: #f00;
- }
diff --git a/csstemplate/offline.taifun.status.css b/csstemplate/offline.taifun.status.css
deleted file mode 100644
index a16e456..0000000
--- a/csstemplate/offline.taifun.status.css
+++ /dev/null
@@ -1,8 +0,0 @@
-span.taifunonline {
- color: #222;
- }
-
-span.taifunoffline {
- color: #f00;
- }
-
diff --git a/csstemplate/offline.trieste.status.css b/csstemplate/offline.trieste.status.css
deleted file mode 100644
index 1b261de..0000000
--- a/csstemplate/offline.trieste.status.css
+++ /dev/null
@@ -1,8 +0,0 @@
-span.triesteonline {
- color: #222;
- }
-
-span.triesteoffline {
- color: #f00;
- }
-
diff --git a/csstemplate/online.nautilus.status.css b/csstemplate/online.nautilus.status.css
deleted file mode 100644
index 7232ee2..0000000
--- a/csstemplate/online.nautilus.status.css
+++ /dev/null
@@ -1,7 +0,0 @@
-span.nautilusonline {
- color: #0f0;
- }
-
-span.nautilusoffline {
- color: #222;
- }
diff --git a/csstemplate/online.taifun.status.css b/csstemplate/online.taifun.status.css
deleted file mode 100644
index 548cf2a..0000000
--- a/csstemplate/online.taifun.status.css
+++ /dev/null
@@ -1,8 +0,0 @@
-span.taifunonline {
- color: #0f0;
- }
-
-span.taifunoffline {
- color: #222;
- }
-
diff --git a/csstemplate/online.trieste.status.css b/csstemplate/online.trieste.status.css
deleted file mode 100644
index 733c206..0000000
--- a/csstemplate/online.trieste.status.css
+++ /dev/null
@@ -1,8 +0,0 @@
-span.triesteonline {
- color: #0f0;
- }
-
-span.triesteoffline {
- color: #222;
- }
-