From: Michael Tremer Date: Sat, 25 Jan 2025 19:05:31 +0000 (+0000) Subject: CSS: Drop unused style.css X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2026ae0c3bb30cc066ab9a8d8d02b63f7736f0;p=pbs.git CSS: Drop unused style.css Signed-off-by: Michael Tremer --- diff --git a/src/static/css/style.css b/src/static/css/style.css deleted file mode 100644 index 53fa5103..00000000 --- a/src/static/css/style.css +++ /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; -} -