Changed images to png changed td.banner-right in stylesheet.css to make the images look better added in the flags for the 3 languages we have now.
Andrew Lewman

Andrew Lewman commited on 2005-08-09 03:09:22
Zeige 8 geänderte Dateien mit 7 Einfügungen und 2 Löschungen.

... ...
@@ -1 +0,0 @@
1
-<h1>error</h1>
... ...
@@ -29,6 +29,11 @@
29 29
           | <a href="research.html">Research</a>
30 30
           | <a href="people.html">People</a>
31 31
         </td>
32
+        <td class="banner-right">
33
+	      <a href="/"><img src="images/en.png" border="0" alt="English"></a>
34
+	      <a href="/it/index.it.html"><img src="images/it.png" border="0" alt="Italiano"></a>
35
+	      <a href="/de/index.de.html"><img src="images/de.png" border="0" alt="Deutsch"></a>
36
+        </td>
32 37
     </tr>
33 38
 </table>
34 39
 
... ...
@@ -195,7 +195,8 @@ td.banner-middle a:hover {
195 195
 td.banner-right {
196 196
     background-image: url("images/top-right.png");
197 197
     background-repeat: no-repeat;
198
-    width: 24px;
198
+    width: auto;
199
+    text-align: auto;
199 200
 }
200 201
 
201 202
 .donatebutton {
202 203