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:
parent
edc1b4afaf
commit
6e3714550d
@ -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 {
|
||||
*/
|
||||
.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 {
|
||||
}
|
||||
.icon-repeat:before {
|
||||
content: "\e000";
|
||||
}
|
||||
.icon-time:before {
|
||||
}
|
||||
.icon-time:before {
|
||||
content: "\e001";
|
||||
}
|
||||
.icon-glass:before {
|
||||
}
|
||||
.icon-glass:before {
|
||||
content: "\e002";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user