mediawiki-extensions-Visual.../modules/ve2/ce/styles/ve.ce.Nodes.css
Inez Korczynski 5c41fa2fb8 Define min-height for P and HX tags - needed when those tags are empty.
Change-Id: I0ba1c950cc06b3ff040c208c1b9a4970b2f73493
2012-06-07 11:44:05 -07:00

25 lines
522 B
CSS

.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 {
/*display: inline-block;
margin-right: -1px;
width: 1px;*/
}
.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;
}