mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 20:02:52 -08:00
18 lines
334 B
Text
18 lines
334 B
Text
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;
|
|
}
|