blob: 69241376b643dfc0e1df7ea8850f3c2dedb53d0e (
plain) (
tree)
|
|
div.panel-body pre {
margin: 0;
border: none;
/*
* Uncomment this property if you disable syntax highlighting (and thus
* don't use .highlight's background-color).
*
background-color: inherit;
*
*/
border-radius: 0 0 4px 4px;
}
div.panel-body {
padding: 0;
}
|