1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 00:10:45 +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;
}
a.linkExternal::before {
a.tw-tiddlylink-external::before {
content: "\27a0\00a0";
}