mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 02:26:42 +00:00
A warning message appears at the top of the story river if any `$:/tags/stylesheet` tags are found. Fixing the first half of #824
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
tags: $:/tags/Stylesheet
|
|
title: $:/plugins/tiddlywiki/tw2parser/image-css
|
|
type: text/plain
|
|
|
|
.classic-image-left{
|
|
float: left;
|
|
}
|
|
|
|
.classic-image-right{
|
|
float: right;
|
|
}
|