witten
/
luminotes
Archived
1
0
Fork 0

Preventing IE7 from incorrectly displaying a blank spot after external links.

This commit is contained in:
Dan Helfman 2009-01-27 12:55:59 -08:00
parent dd7884c76c
commit 9152f7b986
1 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,8 @@
.note_frame {
margin-bottom: 1em;
}
.static_note_contents a[target ^= "_new"] {
background: none;
padding: 0;
}