summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--web/assets/images/bg.jpgbin94894 -> 0 bytes
-rw-r--r--web/assets/images/bg.pngbin0 -> 149129 bytes
-rw-r--r--web/assets/style.css4
3 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/images/bg.jpg b/web/assets/images/bg.jpg
deleted file mode 100644
index 4e33a79ce..000000000
--- a/web/assets/images/bg.jpg
+++ /dev/null
Binary files differdiff --git a/web/assets/images/bg.png b/web/assets/images/bg.png
new file mode 100644
index 000000000..91f335913
--- /dev/null
+++ b/web/assets/images/bg.png
Binary files differdiff --git a/web/assets/style.css b/web/assets/style.css
index 04e7a1769..b74cbc486 100644
--- a/web/assets/style.css
+++ b/web/assets/style.css
@@ -8,7 +8,7 @@ body {
 	min-width:1030px;
 	margin:0;
 	font:13pt "arial";
-	background:#152534 url("images/bg.jpg") no-repeat center top; 
+	background:#152534 url("images/bg.png") no-repeat center top; 
 	color:rgba(0,0,0,.8); }
 
 pre {
@@ -555,4 +555,4 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; }
 #body table.docutils {
     border-collapse: collapse;
     text-align: left;
-    border-spacing: 0px; }
\ No newline at end of file
+    border-spacing: 0px; }