Improve visibility of the website
[proteocache.git] / webapp / view / fragments / logos.jsp
index e02bf7a..6f4b222 100644 (file)
@@ -1,14 +1,14 @@
 <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
 
 <spring:url value="/images/proteocache.png" var="logo" />
-<spring:url value="/images/uod_logo_white.gif" var="university" />
+<spring:url value="/images/uod_logo_white.jpg" var="university" />
 
 <table class="table">
        <tr>
                <td><a href="http://www.dundee.ac.uk">
-               <img class="displayedleft" src="${university}" title="University of Dundee" alt="Std Logo" longdesc="http://www.dundee.ac.uk"/></a></td>
+               <img class="displayed" src="${university}" title="University of Dundee" alt="Std Logo" longdesc="http://www.dundee.ac.uk"/></a></td>
                <td><img class="displayed" src="${logo}" alt="ProteoCache 0.5" title="ProteoCache framework, version 0.5"/></td>
-               <td><img class="displayedleft" src="${university}" alt="Long Logo"/></td>
+               <td><img class="displayed" src="${university}" alt="Long Logo"/></td>
        </tr>
 </table>