some other minor changes from milpeer
[fnpeditor.git] / src / editor / plugins / core / canvasElements.less
index 6003476..d50f987 100644 (file)
@@ -1,3 +1,5 @@
+@import 'edumed/edumed.less';
+
 .canvas-widget-footnote-handle {
     display: inline;
     outline: 0px solid transparent;
@@ -7,7 +9,7 @@
     color: blue;
     font-size: .8em;
 
-    &::before, {
+    &::before {
         content: "[" counter(footnote) "]";
     }
 }
@@ -36,4 +38,4 @@
     font-size: 10px;
     color: lighten(@black, 10%);
     z-index:1000;
-}
\ No newline at end of file
+}