Merge branch 'staging' into mute
This commit is contained in:
@@ -131,7 +131,7 @@ define([
|
||||
if (['markdown', 'gfm'].indexOf(CodeMirror.highlightMode) === -1) { return; }
|
||||
if (!$previewButton.is('.cp-toolbar-button-active')) { return; }
|
||||
forceDrawPreview();
|
||||
}, 150);
|
||||
}, 400);
|
||||
|
||||
var previewTo;
|
||||
$previewButton.click(function () {
|
||||
|
||||
@@ -121,6 +121,10 @@ text.actor {
|
||||
font-size: 11px;
|
||||
text-height: 14px;
|
||||
}
|
||||
.sectionTitle, .titleText {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Grid and axis */
|
||||
.grid .tick {
|
||||
stroke: lightgrey;
|
||||
|
||||
Reference in New Issue
Block a user