mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
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
|
||
|
|
||
|
.tw-barwidget {
|
||
|
}
|
||
|
|
||
|
.tw-barwidget text {
|
||
|
font: 8px sans-serif;
|
||
|
}
|
||
|
|
||
|
.tw-barwidget .axis path,
|
||
|
.tw-barwidget .axis line {
|
||
|
fill: none;
|
||
|
stroke: #000;
|
||
|
shape-rendering: crispEdges;
|
||
|
}
|