2
0
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:
Mark Otto
2013-01-15 17:55:14 -08:00
parent 094767fbfe
commit 85db846b65
12 changed files with 1623 additions and 48 deletions
+4 -3
View File
@@ -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;