Doc: add Developed with Intellij Idea link

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1989 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-08-22 22:10:38 +00:00
parent e59e4d526f
commit 8f2486a225
2 changed files with 12 additions and 4 deletions

View File

@ -58,8 +58,7 @@ a.download {
color: white;
font-weight: bold;
padding: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 10px;
border-radius: 8px;
margin: 5px;
}
a.donate {
@ -68,8 +67,7 @@ a.donate {
color: white;
font-weight: bold;
padding: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 10px;
border-radius: 8px;
margin: 5px;
}
.about p {

View File

@ -55,6 +55,16 @@
<a class="download" href="download.html">
Download DavMail Gateway
</a>
<div style='padding: 20px;'>
<a href="http://www.jetbrains.com/idea/"
style="position: relative;display:block; width:88px; height:31px; border:0; margin:0;padding:0;text-decoration:none;text-indent:0;">
<span style="margin: 0;padding: 0;position: absolute;top: -1px;left: 4px;font-size: 10px;cursor:pointer; background-image:none;border:0;color: #0d3a9e; font-family: trebuchet ms,arial,sans-serif;font-weight: normal;text-align:left;">
Developed with
</span>
<img src="http://www.jetbrains.com/idea/opensource/img/all/banners/idea88x31_white.gif"
alt="The best Java IDE" border="0"/>
</a>
</div>
</td>
</tr>
</table>