mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
code changes
This commit is contained in:
parent
267690eb1b
commit
094767fbfe
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue