]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
code changes
authorMark Otto <otto@github.com>
Tue, 15 Jan 2013 22:34:04 +0000 (14:34 -0800)
committerMark Otto <otto@github.com>
Tue, 15 Jan 2013 22:34:04 +0000 (14:34 -0800)
docs/assets/css/docs.css

index f32eba1784eccd25e06b21be6e45d3a8ee5f8ed1..c609cbeaa88ff594acdf02c328dd4e3aa6916708 100644 (file)
@@ -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;
+}