2012-05-24 22:15:11 +00:00
|
|
|
.ve-ce-alienBlockNode {
|
|
|
|
background-color: rgba(255,255,186,0.3);
|
|
|
|
border: rgba(0,0,0,0.3) dashed 1px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-alienInlineNode {
|
|
|
|
background-color: rgba(255,255,186,0.3);
|
|
|
|
border: rgba(0,0,0,0.3) dashed 1px;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-slug {
|
2012-05-30 23:45:06 +00:00
|
|
|
/*display: inline-block;
|
2012-05-24 22:15:11 +00:00
|
|
|
margin-right: -1px;
|
2012-05-30 23:45:06 +00:00
|
|
|
width: 1px;*/
|
|
|
|
}
|
2012-06-07 18:44:05 +00:00
|
|
|
|
|
|
|
.ve-ce-branchNode p {
|
|
|
|
min-height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-branchNode h1, .ve-ce-branchNode h2, .ve-ce-branchNode h3, .ve-ce-branchNode h4, .ve-ce-branchNode h5, .ve-ce-branchNode h6 {
|
|
|
|
min-height: 1em;
|
|
|
|
}
|