mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
d31839d1e8
@ -21,7 +21,7 @@ list-before:
|
||||
<ol>
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlyWikiSites]]">
|
||||
<li>
|
||||
<$list filter="[{!!url}!prefix{$:/info/url/full}]" emptyMessage=<<current-link-body>> variable="ignore">
|
||||
<$list filter="[{!!url}!match{$:/info/url/full}]" emptyMessage=<<current-link-body>> variable="ignore">
|
||||
<a class="tc-tiddlylink-external" href={{!!url}} rel="noopener noreferrer" target="_blank">
|
||||
<<link-body>>
|
||||
</a>
|
||||
|
@ -2,5 +2,5 @@ title: $:/_tw_shared/sites/tiddlywiki.com.dev
|
||||
tags: $:/tags/TiddlyWikiSites
|
||||
caption: tiddlywiki.com/dev
|
||||
description: Developer Site
|
||||
url: https://tiddlywiki.com/dev
|
||||
url: https://tiddlywiki.com/dev/
|
||||
icon: $:/_tw_shared/favicons/tiddlywiki.com.dev
|
||||
|
@ -2,5 +2,5 @@ title: $:/_tw_shared/sites/tiddlywiki.com.prerelease
|
||||
tags: $:/tags/TiddlyWikiSites
|
||||
caption: tiddlywiki.com/prerelease
|
||||
description: Latest Build of Next Release
|
||||
url: https://tiddlywiki.com/prerelease
|
||||
url: https://tiddlywiki.com/prerelease/
|
||||
icon: $:/_tw_shared/favicons/tiddlywiki.com.prerelease
|
||||
|
@ -19,14 +19,13 @@ code-body: yes
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.tc-sites-menu ol li a,
|
||||
.tc-sites-menu ol li .tc-sites-menu-disabled {
|
||||
.tc-sites-menu ol li a {
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.tc-sites-menu ol li .tc-sites-menu-disabled {
|
||||
padding: 0 14px 0 14px;
|
||||
padding: 0.25em 14px 0.25em 14px;
|
||||
}
|
||||
|
||||
.tc-sites-menu-this-site {
|
||||
|
Loading…
Reference in New Issue
Block a user