diff --git a/data/monitor-1024.jpg b/data/monitor-1024.jpg new file mode 100644 index 0000000..209f20c Binary files /dev/null and b/data/monitor-1024.jpg differ diff --git a/data/monitor.jpg b/data/monitor-1280.jpg similarity index 100% rename from data/monitor.jpg rename to data/monitor-1280.jpg diff --git a/data/style.css b/data/style.css index c8e4c17..2379838 100644 --- a/data/style.css +++ b/data/style.css @@ -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 {