X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Ffont-awesome.custom.css;h=41ba2f088b4f4a734ff51fc205e061a342ffe5e1;hb=4e1263c1f8aa0a3aeba0a95929678c18fc5a3c90;hp=90f774e08529e3a5e03dc52cfc5b8f45a8e94f84;hpb=f1e7d97b8cae93e1c77f5a5085880409b01fcdbe;p=friendica.git diff --git a/view/theme/frio/css/font-awesome.custom.css b/view/theme/frio/css/font-awesome.custom.css index 90f774e085..41ba2f088b 100644 --- a/view/theme/frio/css/font-awesome.custom.css +++ b/view/theme/frio/css/font-awesome.custom.css @@ -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: ForkAwesome; - 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"; } +.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"; +}