X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0479fc5313b1730d4de86b2b71a7bc721ab2b44a..efe36f4f1b5df351eeb4d40a54c3900cf9a7079b:/modules/documentHistory/documentHistory.less?ds=sidebyside diff --git a/modules/documentHistory/documentHistory.less b/modules/documentHistory/documentHistory.less deleted file mode 100644 index 9a73977..0000000 --- a/modules/documentHistory/documentHistory.less +++ /dev/null @@ -1,30 +0,0 @@ -.rng-module-documentHistory { - - .item { - padding: 5px 5px; - margin: 0 0 15px 0; - cursor: pointer; - - .version { - float: left; - width: 30px; - font-weight: bold; - } - - .date, .author, .description { - margin: 5px 10px 0 40px; - } - - .description { - font-size: .9em; - } - } - - .item.highlighted { - background: #ffec63; - } - - .item.disabled { - cursor: default; - } -} \ No newline at end of file