Pull through CommentNode change, adding new CSS file to extension.json

Update VE core submodule to master (89ce43b)

New changes:
c3d3d29 ce.CommentNode: inline preview of comment

Change-Id: I8a7f1b69eaf84165742a1f2d10fed3594961a9e9
This commit is contained in:
David Lynch 2016-10-05 11:18:35 -05:00
parent 26e235211d
commit f0988bb377
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@
<link rel=stylesheet href="lib/ve/src/ce/styles/nodes/ve.ce.DocumentNode.css" class="stylesheet-ve">
<link rel=stylesheet href="lib/ve/src/ce/styles/nodes/ve.ce.GeneratedContentNode.css" class="stylesheet-ve">
<link rel=stylesheet href="lib/ve/src/ce/styles/nodes/ve.ce.HorizontalRuleNode.css" class="stylesheet-ve">
<link rel=stylesheet href="lib/ve/src/ce/styles/nodes/ve.ce.CommentNode.css" class="stylesheet-ve">
<link rel=stylesheet href="lib/ve/src/ce/styles/annotations/ve.ce.LanguageAnnotation.css" class="stylesheet-ve">
<link rel=stylesheet href="lib/ve/src/ce/styles/annotations/ve.ce.LinkAnnotation.css" class="stylesheet-ve">
<link rel=stylesheet href="lib/ve/src/ce/styles/nodes/ve.ce.ResizableNode.css" class="stylesheet-ve">

View file

@ -837,6 +837,7 @@
"lib/ve/src/ce/styles/nodes/ve.ce.DocumentNode.css",
"lib/ve/src/ce/styles/nodes/ve.ce.GeneratedContentNode.css",
"lib/ve/src/ce/styles/nodes/ve.ce.HorizontalRuleNode.css",
"lib/ve/src/ce/styles/nodes/ve.ce.CommentNode.css",
"lib/ve/src/ce/styles/annotations/ve.ce.LanguageAnnotation.css",
"lib/ve/src/ce/styles/annotations/ve.ce.LinkAnnotation.css",
"lib/ve/src/ce/styles/nodes/ve.ce.ResizableNode.css",

2
lib/ve

@ -1 +1 @@
Subproject commit b7767d0f5bc25dda4aab454e03d90217654a3791
Subproject commit 89ce43b137d6f02c3341815e143bf3ae3d68c440