mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add the background image to the window
This commit is contained in:
parent
86d65426e2
commit
fa9c872e8e
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
body {
|
||||
padding: 10px 40px;
|
||||
background-image: url('../images/background.jpg');
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -12,7 +13,7 @@ header {
|
|||
|
||||
#console-tray {
|
||||
height: 200px;
|
||||
|
||||
|
||||
#navigation, #servers {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
|
|
BIN
console/src/images/background.jpg
Normal file
BIN
console/src/images/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
Loading…
Reference in a new issue