1
0
mirror of https://github.com/danbee/tube-status-server synced 2025-03-04 08:39:12 +00:00

Fix indenting.

This commit is contained in:
Dan Barber 2013-02-11 11:14:27 +00:00
parent edc1b4afaf
commit 6e3714550d

View File

@ -24,21 +24,21 @@
Instead of a list of all class selectors, Instead of a list of all class selectors,
you can use the generic selector below, but it's slower: you can use the generic selector below, but it's slower:
[class*="icon-"]:before { [class*="icon-"]:before {
*/ */
.icon-repeat:before, .icon-time:before, .icon-glass:before { .icon-repeat:before, .icon-time:before, .icon-glass:before {
font-family: 'fontawesome'; font-family: 'fontawesome';
speak: none; speak: none;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
.icon-repeat:before { .icon-repeat:before {
content: "\e000"; content: "\e000";
} }
.icon-time:before { .icon-time:before {
content: "\e001"; content: "\e001";
} }
.icon-glass:before { .icon-glass:before {
content: "\e002"; content: "\e002";
} }