removing a few of the size classes, changing up the documentation

This commit is contained in:
Dominic Barnes
2012-02-27 23:21:25 -06:00
parent d12737719f
commit 0b78033f0b
2 changed files with 8 additions and 15 deletions

View File

@@ -141,26 +141,14 @@ dl.horizontal {
dd {
margin-left: 130px;
}
&.horizontal-mini {
&.horizontal-small {
dt { width: 50px; }
dd { margin-left: 60px; }
}
&.horizontal-small {
dt { width: 90px; }
dd { margin-left: 100px; }
}
&.horizontal-normal {
// no additional styles needed
}
&.horizontal-large {
dt { width: 140px; }
dd { margin-left: 150px; }
}
&.horizontal-xlarge {
dt { width: 170px; }
dd { margin-left: 180px; }
}
&.horizontal-xxlarge {
dt { width: 190px; }
dd { margin-left: 200px; }
}