summaryrefslogtreecommitdiffstats
path: root/HTML
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mandriva.org>2008-03-06 17:42:05 +0000
committerAnne Nicolas <ennael@mandriva.org>2008-03-06 17:42:05 +0000
commit67694f0ebedf8aedf98ec0e05ec874a10c0da1fc (patch)
tree0cf822efde2d49f1c3b9b516d98378873b36527f /HTML
parentc37e2403f84a659578f1898ab2d967682996e140 (diff)
downloadindexhtml-67694f0ebedf8aedf98ec0e05ec874a10c0da1fc.tar
indexhtml-67694f0ebedf8aedf98ec0e05ec874a10c0da1fc.tar.gz
indexhtml-67694f0ebedf8aedf98ec0e05ec874a10c0da1fc.tar.bz2
indexhtml-67694f0ebedf8aedf98ec0e05ec874a10c0da1fc.tar.xz
indexhtml-67694f0ebedf8aedf98ec0e05ec874a10c0da1fc.zip
- remove unnecessary and broken images
- update css for web link
Diffstat (limited to 'HTML')
-rw-r--r--HTML/images/bg.pngbin69157 -> 0 bytes
-rw-r--r--HTML/images/logo.pngbin5414 -> 0 bytes
-rw-r--r--HTML/index.html6
-rw-r--r--HTML/screen.css11
4 files changed, 4 insertions, 13 deletions
diff --git a/HTML/images/bg.png b/HTML/images/bg.png
deleted file mode 100644
index 5b14025..0000000
--- a/HTML/images/bg.png
+++ /dev/null
Binary files differ
diff --git a/HTML/images/logo.png b/HTML/images/logo.png
deleted file mode 100644
index 1ab6e92..0000000
--- a/HTML/images/logo.png
+++ /dev/null
Binary files 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 @@
<h1><a href="http://www.mandriva.com/"><span>Mandriva</span></a></h1>
<ul>
<li id="mandriva_com"><a href="http://www.mandriva.com/"><span>Mandriva</span></a></li>
- <li id="club"><a href="http://club.mandriva.com/"><span>club.mandriva.com</span></a></li>
<li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li>
- <li id="online"><a href="http://online.mandriva.com/"><span>online.mandriva.com</span></a></li>
<li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li>
- <li id="kiosk"><a href="http://kiosk.mandriva.com/"><span>kiosk.mandriva.com</span></a></li>
- <li id="mandriva_com2"><a href="http://www.mandriva.com/"><span>mandriva.com</span></a></li>
</ul>
</div>
</body>
-</html> \ No newline at end of file
+</html>
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; }