Commit 094767fb authored by Mark Otto's avatar Mark Otto

code changes

parent 267690eb
...@@ -110,8 +110,7 @@ pre, code { ...@@ -110,8 +110,7 @@ pre, code {
color: #c7254e; color: #c7254e;
} }
code { code {
padding: 1px 3px; padding: 2px 4px;
font-size: 90%;
white-space: nowrap; white-space: nowrap;
border-radius: 3px; border-radius: 3px;
background-color: #f9f2f4; background-color: #f9f2f4;
...@@ -403,6 +402,9 @@ body > .container { ...@@ -403,6 +402,9 @@ body > .container {
.bs-docs-example + .prettyprint { .bs-docs-example + .prettyprint {
margin-top: 0; margin-top: 0;
} }
.prettyprint .linenums {
margin-left: 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment