diff options
| author | Dominic Barnes <[email protected]> | 2012-02-27 23:21:25 -0600 |
|---|---|---|
| committer | Dominic Barnes <[email protected]> | 2012-02-27 23:21:25 -0600 |
| commit | 0b78033f0b5645778d42289a5820a7708b4a71a7 (patch) | |
| tree | 20f7d440cc2756da0beaaa327d143023bc7da4fe /less | |
| parent | d12737719f3750037409de299b4040d3d09dcf0f (diff) | |
| download | bootstrap-0b78033f0b5645778d42289a5820a7708b4a71a7.tar.xz bootstrap-0b78033f0b5645778d42289a5820a7708b4a71a7.zip | |
removing a few of the size classes, changing up the documentation
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/less/type.less b/less/type.less index 57eba9b91..2a4757eda 100644 --- a/less/type.less +++ b/less/type.less @@ -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; } } |
