From: <rv...@us...> - 2012-02-14 21:53:38
|
Revision: 1066 http://treebase.svn.sourceforge.net/treebase/?rev=1066&view=rev Author: rvos Date: 2012-02-14 21:53:32 +0000 (Tue, 14 Feb 2012) Log Message: ----------- This should be more aesthetic... Modified Paths: -------------- trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp Modified: trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:45:32 UTC (rev 1065) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:53:32 UTC (rev 1066) @@ -20,15 +20,15 @@ <li><a href="<c:url value="/journal.html"/>"><fmt:message key="nav.journals"/></a></li> <li><a href="<c:url value="/contact.html"/>"><fmt:message key="nav.contact"/></a></li> </ul> - <center> - <a href="http://twitter.com/treebase" title="Follow @TreeBASE on Twitter"> - <img src="<c:url value="images/twitter-logo.png"/>" alt="Follow @TreeBASE on twitter" /> - </a><br /> - <a href="http://www.mendeley.com/groups/734351/treebase/" title="All publications in TreeBASE on Mendeley"> - <img src="<c:url value="images/mendeley-logo.png"/>" alt="All publications in TreeBASE on Mendeley" /> - </a> - </center> - </div> + </div> + <center> + <a href="http://twitter.com/treebase" title="Follow @TreeBASE on Twitter"> + <img src="<c:url value="images/twitter-logo.png"/>" alt="Follow @TreeBASE on twitter" /> + </a><br /> + <a href="http://www.mendeley.com/groups/734351/treebase/" title="All publications in TreeBASE on Mendeley"> + <img src="<c:url value="images/mendeley-logo.png"/>" alt="All publications in TreeBASE on Mendeley" /> + </a> + </center> </div> <img src="<c:url value="images/footer_bg.gif"/>" style="width:100%" alt="" /> </div> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |