]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/font-awesome.custom.css
Fixed indentation
[friendica.git] / view / theme / frio / css / font-awesome.custom.css
index 2b16636994f0c5b7ba1aab5ada3d78c74b247bde..41ba2f088b4f4a734ff51fc205e061a342ffe5e1 100644 (file)
@@ -1,21 +1,33 @@
 /*
-@fiel view/theme/frio/css/font-awesome.custom.css
-@brief This file applies Font Awesome icons to some friendica standard classes
+@file view/theme/frio/css/font-awesome.custom.css
+This file applies Font Awesome icons to some friendica standard classes
 */
 
 .icon:before {
-    font-family: FontAwesome;
-    font-weight: normal;
-    font-style: normal;
-    display: inline-block;
-    text-decoration: inherit;
-    vertical-align: top;
-    font-size: 1.4em;
+       font-family: ForkAwesome;
+       font-weight: normal;
+       font-style: normal;
+       display: inline-block;
+       text-decoration: inherit;
+       vertical-align: top;
+       font-size: 1.4em;
 }
 /* media icons */
-.icon.type-image:before           { content: "\f1c5"; }
-.icon.type-video:before           { content: "\f1c8"; }
-.icon.type-audio:before           { content: "\f1c7"; }
-.icon.type-text:before            { content: "\f0f6"; }
-.icon.type-application:before     { content: "\f016"; }
-.icon.type-unkn:before            { content: "\f016"; }
\ No newline at end of file
+.icon.type-image:before {
+       content: "\f1c5";
+}
+.icon.type-video:before {
+       content: "\f1c8";
+}
+.icon.type-audio:before {
+       content: "\f1c7";
+}
+.icon.type-text:before {
+       content: "\f0f6";
+}
+.icon.type-application:before {
+       content: "\f016";
+}
+.icon.type-unkn:before {
+       content: "\f016";
+}