summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-02-20 13:44:52 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-02-20 13:44:52 +0000
commit2a0b543fc39c5d44df5b3c8a2b84afc3688d21dc (patch)
tree9d27739492cdf27ef90f14d287444095a4a62257
parentc90a13bb413aff29211bc320a9d2658137c304dd (diff)
parente36011a5a170f6666c7ba6f77d9ba6350898bdd9 (diff)
downloadNim-2a0b543fc39c5d44df5b3c8a2b84afc3688d21dc.tar.gz
Merge pull request #2173 from flaviut/fix-bg
Improve website background quality
-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; }