1
0
Fork 0

Added download button "icon" (unicode)

website
Mike Gerwitz 2014-03-14 23:47:09 -04:00
parent e082a7d8f0
commit fd7b90d5bd
3 changed files with 17 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>ease.js</title>
<meta charset="utf-8" />
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>

View File

@ -6,8 +6,10 @@
</p>
<a href="download.html" class="download btn large go">
Download v<!--%curver-->
<div class="note">(Released: <!--%curver-date-->)</div>
<div class="inner">
Download <!--%curver-->
<div class="note">(Released: <!--%curver-date-->)</div>
</div>
</a>
<ul class="features">

View File

@ -309,6 +309,18 @@ span.shell-start {
}
.btn.download .inner:before {
position: relative;
top: 0.25em;
font-size: 1.25em;
padding-right: 0.25em;
text-decoration: underline;
content: '⇩';
}
.info {
clear: both;
}