mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix code blocks inside info boxes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user