]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak icons alignment
authorMark Otto <otto@github.com>
Mon, 4 Mar 2013 07:41:16 +0000 (23:41 -0800)
committerMark Otto <otto@github.com>
Mon, 4 Mar 2013 07:41:16 +0000 (23:41 -0800)
docs/assets/css/docs.css

index 196cacb0fb662d3330f1ef6be39b994be41f5e2c..267518bd0c030f7508fb0c06fe02054509f3db92 100644 (file)
@@ -390,6 +390,8 @@ section > ul li {
   line-height: 1.25;
   text-align: center;
   -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
   margin: 0 -1px -1px 0;
 }
 .the-icons .glyphicon {
@@ -646,6 +648,12 @@ input.focused {
 
 /* Tablets/desktops and up */
 @media screen and (min-width: 992px) {
+
+  /* Icons */
+  .the-icons li {
+    width: 12.5%;
+  }
+
   .bs-docs-sidenav {
     width: 220px;
   }