X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/118b83d442f52feca33ba6568ef39df2092568b7..f61fd6fa1d5871782b079ee50fb6bb10777cadc2:/modules/rng/diffLayout.less diff --git a/modules/rng/diffLayout.less b/modules/rng/diffLayout.less new file mode 100644 index 0000000..bbe51aa --- /dev/null +++ b/modules/rng/diffLayout.less @@ -0,0 +1,12 @@ +.rng-module-rng-diffLayout { + [fnpjs-place=left] { + width: 200px; + margin: 0 20 0 0px; + float: left; + } + [fnpjs-place=right] { + width: 700px; + float: right; + } + +} \ No newline at end of file