code changes

This commit is contained in:
Mark Otto 2013-01-15 14:34:04 -08:00
parent 267690eb1b
commit 094767fbfe
1 changed files with 4 additions and 2 deletions

View File

@ -110,8 +110,7 @@ pre, code {
color: #c7254e;
}
code {
padding: 1px 3px;
font-size: 90%;
padding: 2px 4px;
white-space: nowrap;
border-radius: 3px;
background-color: #f9f2f4;
@ -403,6 +402,9 @@ body > .container {
.bs-docs-example + .prettyprint {
margin-top: 0;
}
.prettyprint .linenums {
margin-left: 0;
}