From 6e3714550d8962bb7f4b9247346567ae99b78afa Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 11 Feb 2013 11:14:27 +0000 Subject: [PATCH] Fix indenting. --- public/stylesheets/_iconfont.scss | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/public/stylesheets/_iconfont.scss b/public/stylesheets/_iconfont.scss index 37d717c..978fea9 100644 --- a/public/stylesheets/_iconfont.scss +++ b/public/stylesheets/_iconfont.scss @@ -1,22 +1,22 @@ @font-face { - font-family: 'fontawesome'; - src:url('../fonts/fontawesome.eot'); - src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), - url('../fonts/fontawesome.svg#fontawesome') format('svg'), - url('../fonts/fontawesome.woff') format('woff'), - url('../fonts/fontawesome.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: 'fontawesome'; + src:url('../fonts/fontawesome.eot'); + src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), + url('../fonts/fontawesome.svg#fontawesome') format('svg'), + url('../fonts/fontawesome.woff') format('woff'), + url('../fonts/fontawesome.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { - font-family: 'fontawesome'; - content: attr(data-icon); - speak: none; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; + font-family: 'fontawesome'; + content: attr(data-icon); + speak: none; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ @@ -24,21 +24,21 @@ Instead of a list of all class selectors, you can use the generic selector below, but it's slower: [class*="icon-"]:before { -*/ -.icon-repeat:before, .icon-time:before, .icon-glass:before { - font-family: 'fontawesome'; - speak: none; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; -} -.icon-repeat:before { - content: "\e000"; -} -.icon-time:before { - content: "\e001"; -} -.icon-glass:before { - content: "\e002"; -} + */ + .icon-repeat:before, .icon-time:before, .icon-glass:before { + font-family: 'fontawesome'; + speak: none; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + } + .icon-repeat:before { + content: "\e000"; + } + .icon-time:before { + content: "\e001"; + } + .icon-glass:before { + content: "\e002"; + }