removed latex compiler buttom from settings tab

This commit is contained in:
marco
2013-05-16 15:42:29 -04:00
parent 01ff8396e3
commit f58deb4c3c

View File

@@ -971,4 +971,8 @@ body.unit {
@include transition(opacity 0.25s ease-in-out);
opacity: 1;
}
}
div.wrapper-comp-editor.is-inactive + div.launch-latex-compiler{
display: none;
}