mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-15 23:07:18 +00:00
added image handling to tw2parser
This commit is contained in:
11
plugins/tiddlywiki/tw2parser/image-css.tid
Normal file
11
plugins/tiddlywiki/tw2parser/image-css.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
tags: $:/tags/stylesheet
|
||||
title: $:/plugins/tiddlywiki/tw2parser/image-css
|
||||
type: text/plain
|
||||
|
||||
.classic-image-left{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.classic-image-right{
|
||||
float: right;
|
||||
}
|
||||
Reference in New Issue
Block a user