]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
better separation of docs sections with a light bottom border on h2s
authorMark Otto <markdotto@gmail.com>
Mon, 19 Jan 2015 23:49:44 +0000 (15:49 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 19 Jan 2015 23:49:44 +0000 (15:49 -0800)
docs/assets/scss/docs.scss

index 3aa0f87f36fbcad7b5ead984f98d1ac722b535f1..389e811021d7b47065fd976a300ebd96148f33e2 100644 (file)
@@ -793,6 +793,8 @@ body {
   > h2 {
     margin-top: 3rem;
     font-weight: normal;
+    padding-bottom: 1rem;
+    border-bottom: .065rem solid #e5e5e5;
   }
 
   > h3 {