From 528c62577cbffdc1b0242697bc17b9a9c6a217a2 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 4 Nov 2012 19:49:13 +0000 Subject: [PATCH] Better spacing on the navigation menu --- core/styles/tiddlywiki.css | 5 +++++ core/templates/PageTemplate.tid | 2 +- cssbuild/tiddlywiki.less | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/core/styles/tiddlywiki.css b/core/styles/tiddlywiki.css index a1dd69d21..cf32d2a89 100644 --- a/core/styles/tiddlywiki.css +++ b/core/styles/tiddlywiki.css @@ -6058,6 +6058,11 @@ a.tw-tiddlylink-missing { box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4); } +.tw-menu-list-item { + padding-bottom: 0.5em; + word-wrap: break-word; +} + /* Dropdown menus */ diff --git a/core/templates/PageTemplate.tid b/core/templates/PageTemplate.tid index e89514eec..ef300595a 100644 --- a/core/templates/PageTemplate.tid +++ b/core/templates/PageTemplate.tid @@ -98,7 +98,7 @@ title: $:/templates/PageTemplate
<< -<> +<> >>
diff --git a/cssbuild/tiddlywiki.less b/cssbuild/tiddlywiki.less index f004f30af..f9eb7e62c 100644 --- a/cssbuild/tiddlywiki.less +++ b/cssbuild/tiddlywiki.less @@ -165,6 +165,11 @@ a.tw-tiddlylink-missing { width: 400px; } +.tw-menu-list-item { + word-wrap: break-word; + padding-bottom: 0.5em; +} + /* Dropdown menus */