Spit & Polish

This commit is contained in:
John O'Nolan 2014-01-30 23:53:07 +07:00
parent 5491f296ac
commit 51fd62c118

View File

@ -1,5 +1,5 @@
/*
* The icons used in Ghost are the Pictos set by Drew Wilson - http://pictos.css
* The icons used in Ghost are the Pictos set by Drew Wilson - http://pictos.cc
* They are embedded via a custom icon font built with http://icomoon.io
*
* Table of Contents:
@ -7,7 +7,7 @@
* Font Face
* Icon Element
* Icon Variables / Short Names
* Usage
* Usage Docs
*/
@ -15,8 +15,7 @@
The Font Face
============================================================================= */
/* Generated by icomoon.co */
// Generated by icomoon.co
@font-face {
font-family: 'Icons';
src:url('../fonts/icons.eot');
@ -188,7 +187,7 @@ write our Sass something like this:
@include icon($i-camera, 16px, #fff) {vertical-align:-10%;};
}
Thi would then output full CSS something like this:
This would then output full CSS something like this:
#button {
display: block;
@ -211,5 +210,3 @@ Thi would then output full CSS something like this:
}
*/