use 1024 resolution by default

This commit is contained in:
Pavol Rusnak 2010-11-26 17:25:50 +01:00
parent ecb1435bb2
commit 0c9cee7403
3 changed files with 7 additions and 1 deletions

BIN
data/monitor-1024.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
}
body {
background: #000 url("monitor.jpg") no-repeat;
background: #000 url("monitor-1024.jpg") no-repeat;
color: white;
}
@ -41,8 +41,14 @@ img {
position: absolute;
width: 960px;
height: 720px;
/* monitor-1280 */
/*
left: 168px;
top: 96px;
*/
/* monitor-1024 */
left: 40px;
top: 22px;
}
#logo {