From 33283f71e17e45d5bc359062ffe07e1898f81ec0 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 21 Jan 2012 16:54:45 +0000 Subject: [PATCH] More style tweaks Could go on with this for weeks --- tiddlywiki5/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tiddlywiki5/styles.css b/tiddlywiki5/styles.css index ef0d638e7..fc93dc877 100644 --- a/tiddlywiki5/styles.css +++ b/tiddlywiki5/styles.css @@ -113,14 +113,14 @@ a.tw-tiddlylink-missing { .splitLabelLeft { text-transform: uppercase; font-weight: bold; - padding: 3px 1px 3px 5px; + padding: 3px 2px 3px 5px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; background-color: #ccc; } .splitLabelRight { - padding: 3px 5px 3px 1px; + padding: 3px 5px 3px 2px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-color: #eee; @@ -148,7 +148,7 @@ a.tw-tiddlylink-missing { } .splitLabelLeft[data-tw-treenode-type='param'] { - background-color: #85e585; + background-color: #a546a5; color: #fff; }