1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-19 00:04:51 +00:00

Fixed external link CSS

This commit is contained in:
Jeremy Ruston 2012-01-25 22:35:28 +00:00
parent b1bfe22168
commit b7fd566148

View File

@ -72,7 +72,7 @@ a {
text-decoration: none; text-decoration: none;
} }
a.linkExternal::before { a.tw-tiddlylink-external::before {
content: "\27a0\00a0"; content: "\27a0\00a0";
} }