+[wlxml-text] {
+ display: inline;
+ margin: 0 1px;
+ border: 1px solid white;
+}
+
[wlxml-tag] {
float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
border-color: white;
min-height:20px;
position:relative;
text-indent: 0;
+ padding: 1px 1px;
}
-span[wlxml-tag] {
- display:inline-block;
+[wlxml-tag=span] {
+ display:inline;
min-width: 10px;
}
font-style: italic;
}
-[wlxml-tag] metadata {
+[wlxml-tag=metadata] {
display:none;
}