1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-21 04:49:54 +00:00
TiddlyWiki5/plugins/tiddlywiki/d3/base.tid
Jermolene f6ff0a7f71 Deprecate $:/tags/stylesheet in favour of $:/tags/Stylesheet
A warning message appears at the top of the story river if any
`$:/tags/stylesheet` tags are found.

Fixing the first half of #824
2014-09-10 09:13:21 +01:00

19 lines
334 B
Plaintext

title: $:/plugins/tiddlywiki/d3/base.tid
tags: [[$:/tags/Stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
.tc-barwidget {
}
.tc-barwidget text {
font: 8px sans-serif;
}
.tc-barwidget .axis path,
.tc-barwidget .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}