htdocs: tweak the "Download Now!" button.

This commit is contained in:
XhmikosR 2013-07-31 17:19:44 +03:00
parent 05dc0433fb
commit c57879e578
3 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,8 @@ errors in the code (i.e. have zero false positives).
<h2><a id="download">Download</a></h2>
<p>
<a class="downloadnow" href="http://sourceforge.net/projects/cppcheck/files/cppcheck/1.60.1/cppcheck-1.60.1-x86-Setup.msi">
<strong>Download Now!</strong> <em>Version 1.60.1 for Windows</em>
<span class="downButtonText">Download Now!</span>
<span class="downButtonVersion">Version 1.60.1 for Windows</span>
</a>
</p>
<p>You can download the standalone Cppcheck from our

View File

@ -150,7 +150,7 @@ a.downloadnow {
text-decoration: none;
color: white;
background-color: #060;
border: 1px solid #060;
border: 1px solid #003D00;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
-moz-border-radius: 0.5em;
@ -165,16 +165,15 @@ a.downloadnow:hover {
background-color: #090;
}
a.downloadnow strong {
.downButtonText {
display: block;
font-size: larger;
font-weight: bold;
}
a.downloadnow em {
.downButtonVersion {
display: block;
font-size: smaller;
font-style: normal;
}
/* Command */

File diff suppressed because one or more lines are too long