diff --git a/editions/tw5.com/tiddlers/howtos/Improving TiddlyWiki Documentation.tid b/editions/tw5.com/tiddlers/howtos/Improving TiddlyWiki Documentation.tid new file mode 100644 index 000000000..c1097b3a5 --- /dev/null +++ b/editions/tw5.com/tiddlers/howtos/Improving TiddlyWiki Documentation.tid @@ -0,0 +1,7 @@ +title: Improving TiddlyWiki Documentation +tags: howto +created: 20140820151051019 +modified: 20140820151051019 + +Anyone can submit improvements to the TiddlyWiki documentation that appears on http://tiddlywiki.com. + diff --git a/editions/tw5.com/tiddlers/system/ViewTemplateSources.tid b/editions/tw5.com/tiddlers/system/ViewTemplateSources.tid index 516ad7699..3697492cd 100644 --- a/editions/tw5.com/tiddlers/system/ViewTemplateSources.tid +++ b/editions/tw5.com/tiddlers/system/ViewTemplateSources.tid @@ -10,5 +10,5 @@ https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$ \end
-{{$:/core/images/star-filled}} Can you help improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to edit <> +{{$:/core/images/star-filled}} Can you help us improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to edit <>
diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index 3ab55cf12..87b8f766e 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -44,6 +44,41 @@ tags: $:/tags/stylesheet .tw-improvement-banner { font-size: 0.7em; + background: #fcc; + padding-left: 5px; + <> +} + +@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { + + .tw-improvement-banner { + margin-top: 15px; + } + +} + +@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { + + .tw-improvement-banner { + margin-right: -23px; + margin-bottom: -20px; + margin-left: -53px; + } + + .tw-improvement-banner:before { + display: block; + position: absolute; + width: 0; + height: 0; + content: " "; + margin-left: -5px; + margin-top: -10px; + border-top: 5px solid transparent; + border-left: 5px solid transparent; + border-right: 5px solid #C07E7E; + border-bottom: 5px solid #C07E7E; + } + } .tw-improvement-banner svg {