X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/9d74ca302ea182d336853aa2578cc455c32556be..e6e83eed52400d6e8a6ee6339cbe212c8cac1f90:/modules/documentHistory/documentHistory.less?ds=sidebyside diff --git a/modules/documentHistory/documentHistory.less b/modules/documentHistory/documentHistory.less new file mode 100644 index 0000000..0c2e9b5 --- /dev/null +++ b/modules/documentHistory/documentHistory.less @@ -0,0 +1,18 @@ +.rng-module-documentHistory-item { + + margin: 0 0 15px 0; + + .version { + float: left; + width: 30px; + font-weight: bold; + } + + .date, .author, .description { + margin: 5px 10px 0 40px; + } + + .description { + font-size: .9em; + } +} \ No newline at end of file