]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #13346: add a variable for .dl-horizontal's offset 13860/head
authorMark Otto <otto@github.com>
Thu, 19 Jun 2014 04:52:34 +0000 (21:52 -0700)
committerMark Otto <otto@github.com>
Thu, 19 Jun 2014 04:52:34 +0000 (21:52 -0700)
less/type.less
less/variables.less

index 93414474aa5094d336bd512dffda699f6374b983..5eb69f3c21c240a2d0d04c1c36ba6ce29a43ea3a 100644 (file)
@@ -219,13 +219,13 @@ dd {
   @media (min-width: @grid-float-breakpoint) {
     dt {
       float: left;
-      width: (@component-offset-horizontal - 20);
+      width: (@dl-horizontal-offset - 20);
       clear: left;
       text-align: right;
       .text-overflow();
     }
     dd {
-      margin-left: @component-offset-horizontal;
+      margin-left: @dl-horizontal-offset;
     }
   }
 }
index c6edad147c851ada534806389ca47dc640a08b22..2f339fb41b02ee31682a8626d9567d054fa4d69f 100644 (file)
 @blockquote-border-color:     @gray-lighter;
 //** Page header border color
 @page-header-border-color:    @gray-lighter;
+//** Width of horizontal description list titles
+@dl-horizontal-offset:        @component-offset-horizontal;
 
 
 //== Miscellaneous