From: <rv...@us...> - 2012-02-15 00:53:35
|
Revision: 1069 http://treebase.svn.sourceforge.net/treebase/?rev=1069&view=rev Author: rvos Date: 2012-02-15 00:53:29 +0000 (Wed, 15 Feb 2012) Log Message: ----------- More space around buttons 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 22:09:28 UTC (rev 1068) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-15 00:53:29 UTC (rev 1069) @@ -21,14 +21,11 @@ <li><a href="<c:url value="/contact.html"/>"><fmt:message key="nav.contact"/></a></li> </ul> </div> - <br /> + <br /><br /> <center> - <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><br /> - <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> + <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> + <br /><br /> + <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> </center> </div> <img src="<c:url value="images/footer_bg.gif"/>" style="width:100%" alt="" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |