mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
f6ff0a7f71
A warning message appears at the top of the story river if any `$:/tags/stylesheet` tags are found. Fixing the first half of #824
19 lines
334 B
Plaintext
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;
|
|
}
|