Commit b6b86335 authored by Mark Otto's avatar Mark Otto

twerk docs code examples

parent cb99c4b6
...@@ -185,16 +185,19 @@ section > ul li { ...@@ -185,16 +185,19 @@ section > ul li {
/* Tweak display of the examples */ /* Tweak display of the examples */
.bs-docs-example + .prettyprint { .bs-docs-example + .prettyprint {
margin-top: 0; margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.prettyprint .linenums { .prettyprint .linenums {
margin-left: 0; /*margin-left: 0;*/
} }
/* Tweak content of examples for optimum awesome */ /* Tweak content of examples for optimum awesome */
.bs-docs-example > p:last-child, .bs-docs-example > p:last-child,
.bs-docs-example > ul:last-child, .bs-docs-example > ul:last-child,
.bs-docs-example > ol:last-child, .bs-docs-example > ol:last-child,
.bs-docs-example > blockquote:last-child { .bs-docs-example > blockquote:last-child,
.bs-docs-example > .table:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/* Specify class=linenums on a pre to get line numbering */ /* Specify class=linenums on a pre to get line numbering */
ol.linenums { ol.linenums {
margin: 0 0 0 33px; /* IE indents via margin-left */ margin: 0 0 0 40px; /* IE indents via margin-left */
} }
ol.linenums li { ol.linenums li {
padding-left: 12px; padding-left: 12px;
......
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