aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-16 12:02:45 -0800
committerMark Otto <[email protected]>2013-01-16 12:02:45 -0800
commitb6b8633542623b1d86254b6d2b653754bb2c933f (patch)
tree831c84828073d02079cd9f861034ee92accd8450 /docs
parentcb99c4b63a9f67f67388619f0438c05bce1daee5 (diff)
downloadbootstrap-b6b8633542623b1d86254b6d2b653754bb2c933f.tar.xz
bootstrap-b6b8633542623b1d86254b6d2b653754bb2c933f.zip
twerk docs code examples
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css7
-rw-r--r--docs/assets/js/google-code-prettify/prettify.css2
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 8536a4ada..ac64c8769 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -185,16 +185,19 @@ section > ul li {
/* Tweak display of the examples */
.bs-docs-example + .prettyprint {
margin-top: 0;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
}
.prettyprint .linenums {
- margin-left: 0;
+ /*margin-left: 0;*/
}
/* Tweak content of examples for optimum awesome */
.bs-docs-example > p:last-child,
.bs-docs-example > ul: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;
}
diff --git a/docs/assets/js/google-code-prettify/prettify.css b/docs/assets/js/google-code-prettify/prettify.css
index d437aff62..7d8406654 100644
--- a/docs/assets/js/google-code-prettify/prettify.css
+++ b/docs/assets/js/google-code-prettify/prettify.css
@@ -20,7 +20,7 @@
/* Specify class=linenums on a pre to get line numbering */
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 {
padding-left: 12px;