@import url("http://localhost/GitHub/bootstrap/less/mixins.less"); @import url("http://localhost/GitHub/less-elements/elements.less"); @import url("http://localhost/GitHub/bootstrap/less/variables.less"); @import url("http://localhost/RedOlive/components/templates/components.less"); .tk-component { &.jq-component-page-html { background:#FFF; .jq-component-page-html-code { padding:10px; display:none; font-family:courier; width: 100%; font-size: 12px; min-height: 200px; padding-top:20px; padding-bottom:20px; border-radius:0!important; line-height: 1.2em; display: none; } } .prettyprint ol.linenums > li { list-style-type: decimal; } .prettyprint { border-radius:0!important; font-size:12px; border: 1px red dashed!important; } }