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
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;
|
|
}
|