[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Changed images to png
Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv17018
Modified Files:
index.html stylesheet.css
Log Message:
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.
Index: index.html
===================================================================
RCS file: /home/or/cvsroot/website/index.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- index.html 8 Aug 2005 03:40:18 -0000 1.67
+++ index.html 9 Aug 2005 01:09:21 -0000 1.68
@@ -29,6 +29,11 @@
| <a href="research.html">Research</a>
| <a href="people.html">People</a>
</td>
+ <td class="banner-right">
+ <a href="/"><img src="images/en.png" border="0" alt="English"></a>
+ <a href="/it/index.it.html"><img src="images/it.png" border="0" alt="Italiano"></a>
+ <a href="/de/index.de.html"><img src="images/de.png" border="0" alt="Deutsch"></a>
+ </td>
</tr>
</table>
Index: stylesheet.css
===================================================================
RCS file: /home/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- stylesheet.css 20 Jul 2005 06:27:55 -0000 1.21
+++ stylesheet.css 9 Aug 2005 01:09:21 -0000 1.22
@@ -195,7 +195,8 @@
td.banner-right {
background-image: url("images/top-right.png");
background-repeat: no-repeat;
- width: 24px;
+ width: auto;
+ text-align: auto;
}
.donatebutton {