lobipanel
Version:
jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
30 lines (27 loc) • 552 B
CSS
.highlight {
overflow: auto;
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px
}
.highlight pre {
min-width: 400px;
padding: 0;
margin-top: 0;
margin-bottom: 0;
word-break: normal;
white-space: nowrap;
background-color: transparent;
border: 0
}
.highlight pre code {
padding: 0;
background-color: transparent
}
.bs-example+.highlight {
margin-top: -16px;
border-top-right-radius: 0;
border-top-left-radius: 0
}