From c01dbc274c51f2c0428d49dda91b8389c243e808 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 11 Jun 2015 02:49:09 +0200 Subject: [PATCH] fix remote-link button in vier --- view/theme/vier/css/font2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/vier/css/font2.css b/view/theme/vier/css/font2.css index 4b6e01db9..472af62c2 100644 --- a/view/theme/vier/css/font2.css +++ b/view/theme/vier/css/font2.css @@ -235,7 +235,7 @@ li.icon.icon-large:before { .icon-signout:before { content: "\f08b"; } .icon-linkedin-sign:before { content: "\f08c"; } .icon-pushpin:before { content: "\f08d"; } -.icon-external-link:before { content: "\f08e"; } +.icon.remote-link:before { content: "\f08e"; } .icon-signin:before { content: "\f090"; } .icon-trophy:before { content: "\f091"; }