more accurate removing of new window icon from shout links

This commit is contained in:
Vadim Makeev 2011-08-01 02:27:07 +04:00
parent 5ba6f79834
commit 117e9e0129
1 changed files with 2 additions and 2 deletions

View File

@ -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:'';
}