]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Nuke top margin on pager examples
authorMark Otto <otto@github.com>
Mon, 19 Aug 2013 07:36:45 +0000 (00:36 -0700)
committerMark Otto <otto@github.com>
Mon, 19 Aug 2013 07:36:45 +0000 (00:36 -0700)
assets/css/docs.css

index f789065091e3c391d34f9c0d6411325d698c5c33..2748c925ca5d59345b0b116765ea566e80c9f937 100644 (file)
@@ -753,6 +753,11 @@ h1[id] {
   margin-bottom: 10px;
 }
 
+/* Pager */
+.bs-example > .pager {
+  margin-top: 0;
+}
+
 /* Example modals */
 .bs-example-modal {
   background-color: #f5f5f5;