1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Remove the Unicode external link indicator

It doesn't work on several platforms, notably iOS.
This commit is contained in:
Jeremy Ruston 2013-05-20 11:19:12 +01:00
parent d3fa781287
commit 187e137c2c

View File

@ -143,12 +143,6 @@ a.tw-tiddlylink-missing {
font-style: italic;
}
a.tw-tiddlylink-external:before {
display: inline-block;
content: "\29C9";
padding-right: 0.2em;
}
/*
** Drag and drop styles
*/