]> git.ipfire.org Git - pbs.git/commitdiff
CSS: Drop unused style.css
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 25 Jan 2025 19:05:31 +0000 (19:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 25 Jan 2025 19:05:31 +0000 (19:05 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/static/css/style.css [deleted file]

diff --git a/src/static/css/style.css b/src/static/css/style.css
deleted file mode 100644 (file)
index 53fa510..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-body {
-       position: relative;
-       padding-top: 55px;
-
-       background-image: linear-gradient(
-               bottom,
-               #000000 0%,
-               #880400 57%
-       );
-       background-image: -o-linear-gradient(
-               bottom,
-               #000000 0%,
-               #880400 57%
-       );
-       background-image: -moz-linear-gradient(
-               bottom,
-               #000000 0%,
-               #880400 57%
-       );
-       background-image: -webkit-linear-gradient(
-               bottom,
-               #000000 0%,
-               #880400 57
-       );
-       background-image: -ms-linear-gradient(
-               bottom,
-               #000000 0%,
-               #880400 57%
-       );
-       background-image: -webkit-gradient(
-               linear,
-               left bottom,
-               left top,
-               color-stop(0, #000000),
-               color-stop(0.57, #880400)
-       );
-       background-attachment: fixed;
-}
-
-.container-body {
-       background-color: white;
-       padding: 20px;
-}
-