diff --git a/editions/tw5.com/tiddlers/Download.tid b/editions/tw5.com/tiddlers/Download.tid index f9537f331..e19121c66 100644 --- a/editions/tw5.com/tiddlers/Download.tid +++ b/editions/tw5.com/tiddlers/Download.tid @@ -7,10 +7,8 @@ title: Download ! Download Single File Editions -Right click and download these links to single file editions of TiddlyWiki5: - -* [[empty|http://five.tiddlywiki.com/empty]] -* [[tw5.com|http://five.tiddlywiki.com/]] +|<$button message="tw-save-wiki" param="$:/editions/tw5.com/save-empty" class="btn-big-green">Save Empty {{$:/core/images/save-button}}|Get started with an empty wiki | +|<$button message="tw-save-wiki" param="$:/core/save/all" class="btn-big-green">Save Full {{$:/core/images/save-button}}|Download a full copy of this site, including all the documentation | ! Download Node.js Edition diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 60b53a416..377250531 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -242,6 +242,17 @@ a.tw-tiddlylink-external { border: none; } +.btn-big-green { + padding: 8px; + margin: 8px; + background: #34C734; + color: #fff; + fill: #fff; + border: none; + font-size: 1.2em; + line-height: 1.4em; +} + .btn-mini { color: #e0e0e0; }