Minor updates to demo page and less core

This commit is contained in:
Andrew Gioia 2015-03-23 10:29:54 -04:00
parent 8e89b507fb
commit ab888bad2c
2 changed files with 21 additions and 2 deletions

View File

@ -8,13 +8,29 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<style type="text/css">
body {
background: #fff;
border-top: 3px solid #CBC8BB;
color: #333;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.6em;
margin: 0;
padding: 0 100px;
}
h3 {
font-size: 16px;
font-weight: bold;
margin: 0;
}
p {
margin: 10px 0 20px;
}
footer {
border-top: 1px solid #eee;
margin: 40px 0 0;
padding: 20px 0 30px;
}
</style>
</head>
<body>
@ -24,7 +40,7 @@
This HTML file is for demo purposes and is not necessary for Keyrune installation or use. You can view a few of the set symbol font icons and the available examples below (some may only be available for specific browsers).
</p>
<p>
<i class="ss ss-leg ss-3x ss-common ss-grad"></i>&nbsp;
<i class="ss ss-leg ss-3x ss-common"></i>&nbsp;
<i class="ss ss-leg ss-2x ss-common"></i>&nbsp;
<i class="ss ss-leg ss-common"></i>&nbsp;
Common (Legends)
@ -47,5 +63,8 @@
<i class="ss ss-zen ss-mythic"></i>&nbsp;
Mythic Rare (Worldwake)
</p>
<footer>
Made with &hearts; by <a href="http://andrewgioia.com">Andrew Gioia</a>
</footer>
</body>
</html>

View File

@ -2,6 +2,6 @@
* Global */
@font-path: '../fonts';
@version: '0.1';
@version: '0.2';
@font-size-base: 14px;
@prefix: ss;