Commit 117e9e01 authored by Vadim Makeev's avatar Vadim Makeev

more accurate removing of new window icon from shout links

parent 5ba6f798
...@@ -205,10 +205,10 @@ BODY { ...@@ -205,10 +205,10 @@ BODY {
-o-transform:translateY(-50%); -o-transform:translateY(-50%);
transform:translateY(-50%); transform:translateY(-50%);
} }
.slide.shout H2 A { .slide.shout H2 A[target=_blank] {
margin:0; margin:0;
} }
.slide.shout H2 A:after { .slide.shout H2 A[target=_blank]:after {
content:''; content:'';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment