1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Add margin around message box icons

This commit is contained in:
Jermolene 2013-12-29 22:54:26 +00:00
parent 424147234e
commit b6f2f1e1aa

View File

@ -971,4 +971,5 @@ canvas.tw-edit-bitmapeditor {
.tw-message-box img {
float: right;
width: 150px;
margin: 0px 0px 12px 12px;
}