1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-22 23:16:53 +00:00

Simplify tag styling

This commit is contained in:
Jeremy Ruston 2013-06-13 09:17:46 +01:00
parent cb34ef20ad
commit 8662e0084c

View File

@ -239,13 +239,11 @@ a.tw-tiddlylink-missing {
display: inline-block;
padding: 2px 9px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.44);
color: #000;
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
background-color: #FFD34D;
<<border-radius 8px>>
}