mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
Merge pull request #2173 from flaviut/fix-bg
Improve website background quality
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 93 KiB |
BIN
web/assets/images/bg.png
Normal file
BIN
web/assets/images/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 146 KiB |
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user