Merge pull request #2173 from flaviut/fix-bg

Improve website background quality
This commit is contained in:
Dominik Picheta
2015-02-20 13:44:52 +00:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

BIN
web/assets/images/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

View File

@@ -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; }
border-spacing: 0px; }