1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

don't change code bg on callouts

This commit is contained in:
Mark Otto 2014-05-22 21:34:38 -07:00
parent 64bb8be707
commit 4f60a7fae9

View file

@ -684,7 +684,6 @@ h1[id] {
margin-bottom: 0; margin-bottom: 0;
} }
.bs-callout code { .bs-callout code {
background-color: #fff;
border-radius: 3px; border-radius: 3px;
} }