From 117e9e01298ba91ce9ad27e76c4bf65d4f958005 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 1 Aug 2011 02:27:07 +0400 Subject: [PATCH] more accurate removing of new window icon from shout links --- themes/ribbon/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/ribbon/styles/style.css b/themes/ribbon/styles/style.css index 8004da3..b22f835 100644 --- a/themes/ribbon/styles/style.css +++ b/themes/ribbon/styles/style.css @@ -205,10 +205,10 @@ BODY { -o-transform:translateY(-50%); transform:translateY(-50%); } - .slide.shout H2 A { + .slide.shout H2 A[target=_blank] { margin:0; } - .slide.shout H2 A:after { + .slide.shout H2 A[target=_blank]:after { content:''; }