]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
twerk docs code examples
authorMark Otto <otto@github.com>
Wed, 16 Jan 2013 20:02:45 +0000 (12:02 -0800)
committerMark Otto <otto@github.com>
Wed, 16 Jan 2013 20:02:45 +0000 (12:02 -0800)
docs/assets/css/docs.css
docs/assets/js/google-code-prettify/prettify.css

index 8536a4adaa261763b8e8d1314ca8913d1622e319..ac64c876947337feb6573f7e70a809857ddd0146 100644 (file)
@@ -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;
 }
 
index d437aff62bbbaabb783fa7acd89c9850287f1f6a..7d84066548a5a20b1d922a2029ad095517b82b76 100644 (file)
@@ -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;