aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-15 13:12:29 -0800
committerMark Otto <[email protected]>2012-01-15 13:12:29 -0800
commit127c0d0b52c52227dcd3f346d371e5cd4219a08f (patch)
tree9fd4750f1276eaeec3e80339db6131f5b05a5af7 /lib
parentf43f2c0ea269e72251e7f858b44ccef966d079af (diff)
downloadbootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.tar.xz
bootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.zip
make dl and child elements less specific
Diffstat (limited to 'lib')
-rw-r--r--lib/type.less19
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