Fraenkiman 66cfa73604 solves issue #192
removes invalid HTML in BBCode plugin
2023-01-22 01:14:40 +01:00

20 lines
208 B
CSS
Executable File

img.floatleft {
float:left;
padding-right:10px;
}
img.floatright {
float:right;
padding-left:10px;
}
#right.bbcode_video {
float:right;
border:0px;
}
#left.bbcode_video {
float:left;
border:0px;
}