1
0
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:
buggyj
2014-08-28 18:49:40 +02:00
parent 36a7b1149f
commit c8d9ceaf2d
3 changed files with 47 additions and 13 deletions

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