Fix code blocks inside info boxes

This commit is contained in:
Daniel Schierbeck
2009-02-20 15:23:31 +01:00
parent 58e064afd2
commit c2a0624526

View File

@@ -503,6 +503,13 @@ code, pre {
overflow: auto;
}
.info code, .info pre {
background-image: none;
background-color: #C5D9E6;
padding: 0.25em 1em;
min-height: 1px;
}
.note {
background: #fff9d8 url(../../images/tab_note.gif) no-repeat left top;
border: none;