From 51fd62c11811d2797daded6dab7f31af66a388ac Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 30 Jan 2014 23:53:07 +0700 Subject: [PATCH] Spit & Polish --- core/client/assets/sass/modules/icons.scss | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/core/client/assets/sass/modules/icons.scss b/core/client/assets/sass/modules/icons.scss index 2a5c3522cd..576b3bc43a 100644 --- a/core/client/assets/sass/modules/icons.scss +++ b/core/client/assets/sass/modules/icons.scss @@ -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; @@ -210,6 +209,4 @@ Thi would then output full CSS something like this: -webkit-font-smoothing: antialiased; } -*/ - - +*/ \ No newline at end of file