mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
mobile-first navs, navbar, grids, and type
This commit is contained in:
+4
-3
@@ -93,9 +93,10 @@ h4 small { font-size: @font-size-base; }
|
||||
// --------------------------------------------------
|
||||
|
||||
// Unordered and Ordered lists
|
||||
ul, ol {
|
||||
ul,
|
||||
ol {
|
||||
padding: 0;
|
||||
margin: 0 0 @line-height-base / 2 25px;
|
||||
margin: 0 0 (@line-height-base / 2) 25px;
|
||||
}
|
||||
ul ul,
|
||||
ul ol,
|
||||
@@ -138,7 +139,7 @@ dd {
|
||||
}
|
||||
// Horizontal layout (like forms)
|
||||
.dl-horizontal {
|
||||
.clearfix(); // Ensure dl clears floats if empty dd elements present
|
||||
.clear_float(); // Ensure dl clears floats if empty dd elements present
|
||||
dt {
|
||||
float: left;
|
||||
width: @component-offset-horizontal - 20;
|
||||
|
||||
Reference in New Issue
Block a user