1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 12:19:11 +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; display: inline-block;
padding: 2px 9px; padding: 2px 9px;
font-size: 11.844px; font-size: 11.844px;
font-weight: bold;
line-height: 14px; line-height: 14px;
color: #ffffff; color: #000;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.44);
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
background-color: #999999; background-color: #FFD34D;
<<border-radius 8px>> <<border-radius 8px>>
} }