From a3b649b5b0400715f0726962ff5162bb9a40c663 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 25 Sep 2013 19:54:01 -0400 Subject: [PATCH] fixes link namespace collision with link icon Former-commit-id: 6f446bf0214939d736204b5632591482fe14aba5 Former-commit-id: ca3e77c33eb3f3042550157bdf0535b188b0c14c --- build/less/elements/icon.less | 6 +++--- build/uncompressed/elements/icon.css | 6 +++--- node/src/files/build/less/elements/icon.less | 6 +++--- node/src/files/build/uncompressed/elements/icon.css | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build/less/elements/icon.less b/build/less/elements/icon.less index 1199ace40..546c14896 100644 --- a/build/less/elements/icon.less +++ b/build/less/elements/icon.less @@ -185,8 +185,8 @@ i.icon.exchange:before { content: "\f0ec"; } i.icon.attention:before { content: "\f06a"; } i.icon.exclamation:before { content: "\f12a"; } i.icon.expand:before { content: "\f116"; } -i.icon.external.link.sign:before { content: "\f14c"; } -i.icon.external.link:before { content: "\f08e"; } +i.icon.external.url.sign:before { content: "\f14c"; } +i.icon.external.url:before { content: "\f08e"; } i.icon.facebook.sign:before { content: "\f082"; } i.icon.facebook:before { content: "\f09a"; } i.icon.facetime.video:before { content: "\f03d"; } @@ -261,7 +261,7 @@ i.icon.lemon:before { content: "\f094"; } i.icon.level.down:before { content: "\f149"; } i.icon.level.up:before { content: "\f148"; } i.icon.lightbulb:before { content: "\f0eb"; } -i.icon.link:before { content: "\f0c1"; } +i.icon.url:before { content: "\f0c1"; } i.icon.linkedin.sign:before { content: "\f08c"; } i.icon.linkedin:before { content: "\f0e1"; } i.icon.linux:before { content: "\f17c"; } diff --git a/build/uncompressed/elements/icon.css b/build/uncompressed/elements/icon.css index ddc93a37b..b8abfee8e 100644 --- a/build/uncompressed/elements/icon.css +++ b/build/uncompressed/elements/icon.css @@ -397,10 +397,10 @@ i.icon.exclamation:before { i.icon.expand:before { content: "\f116"; } -i.icon.external.link.sign:before { +i.icon.external.url.sign:before { content: "\f14c"; } -i.icon.external.link:before { +i.icon.external.url:before { content: "\f08e"; } i.icon.facebook.sign:before { @@ -625,7 +625,7 @@ i.icon.level.up:before { i.icon.lightbulb:before { content: "\f0eb"; } -i.icon.link:before { +i.icon.url:before { content: "\f0c1"; } i.icon.linkedin.sign:before { diff --git a/node/src/files/build/less/elements/icon.less b/node/src/files/build/less/elements/icon.less index 1199ace40..546c14896 100644 --- a/node/src/files/build/less/elements/icon.less +++ b/node/src/files/build/less/elements/icon.less @@ -185,8 +185,8 @@ i.icon.exchange:before { content: "\f0ec"; } i.icon.attention:before { content: "\f06a"; } i.icon.exclamation:before { content: "\f12a"; } i.icon.expand:before { content: "\f116"; } -i.icon.external.link.sign:before { content: "\f14c"; } -i.icon.external.link:before { content: "\f08e"; } +i.icon.external.url.sign:before { content: "\f14c"; } +i.icon.external.url:before { content: "\f08e"; } i.icon.facebook.sign:before { content: "\f082"; } i.icon.facebook:before { content: "\f09a"; } i.icon.facetime.video:before { content: "\f03d"; } @@ -261,7 +261,7 @@ i.icon.lemon:before { content: "\f094"; } i.icon.level.down:before { content: "\f149"; } i.icon.level.up:before { content: "\f148"; } i.icon.lightbulb:before { content: "\f0eb"; } -i.icon.link:before { content: "\f0c1"; } +i.icon.url:before { content: "\f0c1"; } i.icon.linkedin.sign:before { content: "\f08c"; } i.icon.linkedin:before { content: "\f0e1"; } i.icon.linux:before { content: "\f17c"; } diff --git a/node/src/files/build/uncompressed/elements/icon.css b/node/src/files/build/uncompressed/elements/icon.css index ddc93a37b..b8abfee8e 100644 --- a/node/src/files/build/uncompressed/elements/icon.css +++ b/node/src/files/build/uncompressed/elements/icon.css @@ -397,10 +397,10 @@ i.icon.exclamation:before { i.icon.expand:before { content: "\f116"; } -i.icon.external.link.sign:before { +i.icon.external.url.sign:before { content: "\f14c"; } -i.icon.external.link:before { +i.icon.external.url:before { content: "\f08e"; } i.icon.facebook.sign:before { @@ -625,7 +625,7 @@ i.icon.level.up:before { i.icon.lightbulb:before { content: "\f0eb"; } -i.icon.link:before { +i.icon.url:before { content: "\f0c1"; } i.icon.linkedin.sign:before {