diff options
| author | Mark Otto <[email protected]> | 2012-01-15 13:12:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 13:12:29 -0800 |
| commit | 127c0d0b52c52227dcd3f346d371e5cd4219a08f (patch) | |
| tree | 9fd4750f1276eaeec3e80339db6131f5b05a5af7 /lib/type.less | |
| parent | f43f2c0ea269e72251e7f858b44ccef966d079af (diff) | |
| download | bootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.tar.xz bootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.zip | |
make dl and child elements less specific
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/lib/type.less b/lib/type.less index ab7409ce3..707d2215d 100644 --- a/lib/type.less +++ b/lib/type.less @@ -99,15 +99,16 @@ ul.unstyled { // Description Lists dl { margin-bottom: @baseLineHeight; - dt, dd { - line-height: @baseLineHeight; - } - dt { - font-weight: bold; - } - dd { - margin-left: @baseLineHeight / 2; - } +} +dt, +dd { + line-height: @baseLineHeight; +} +dt { + font-weight: bold; +} +dd { + margin-left: @baseLineHeight / 2; } // MISC |
