From 67694f0ebedf8aedf98ec0e05ec874a10c0da1fc Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Thu, 6 Mar 2008 17:42:05 +0000 Subject: - remove unnecessary and broken images - update css for web link --- HTML/images/bg.png | Bin 69157 -> 0 bytes HTML/images/logo.png | Bin 5414 -> 0 bytes HTML/index.html | 6 +----- HTML/screen.css | 11 +++-------- 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 HTML/images/bg.png delete mode 100644 HTML/images/logo.png diff --git a/HTML/images/bg.png b/HTML/images/bg.png deleted file mode 100644 index 5b14025..0000000 Binary files a/HTML/images/bg.png and /dev/null differ diff --git a/HTML/images/logo.png b/HTML/images/logo.png deleted file mode 100644 index 1ab6e92..0000000 Binary files a/HTML/images/logo.png and /dev/null differ diff --git a/HTML/index.html b/HTML/index.html index 129ffce..0db5139 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -22,13 +22,9 @@

Mandriva

- \ No newline at end of file + diff --git a/HTML/screen.css b/HTML/screen.css index cf0a46e..5d2a94d 100644 --- a/HTML/screen.css +++ b/HTML/screen.css @@ -27,7 +27,6 @@ h1 a { position: relative; left: 10px; top: 25px; - /* background-image: url(./images/logo.png); */ background-repeat: no-repeat; width: 146px; height: 34px; @@ -40,12 +39,8 @@ ul li { display: block; position: absolute; } ul li a { width: 100%; height: 100%; display: block;} ul li a span { display: none; } -li#mandriva_com { top: 150px; left: 190px; width: 420px; height: 90px; } -li#club { top: 335px; left: 295px; width: 200px; height: 30px; } -li#store { top: 290px; left: 515px; width: 200px; height: 30px; } -li#online { top: 390px; left: 160px; width: 220px; height: 30px; } -li#support { top: 293px; left: 60px; width: 230px; height: 30px; } -li#kiosk { top: 390px; left: 450px; width: 200px; height: 30px; } -li#mandriva_com2 { top: 480px; left: 275px; width: 230px; height: 40px; } +li#support { top: 450px; left: 30px; width: 310px; height: 60px; } +li#store { top: 450px; left: 430px; width: 310px; height: 60px; } +li#mandriva_com { top: 510px; left: 270px; width: 280px; height: 50px; } #i { visibility: hidden; } -- cgit v1.2.1