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

code changes

parent 267690eb
Showing with 4 additions and 2 deletions
+4 -2
......@@ -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;
}
......
Supports Markdown
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