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 /bootstrap.min.css | |
| parent | f43f2c0ea269e72251e7f858b44ccef966d079af (diff) | |
| download | bootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.tar.xz bootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.zip | |
make dl and child elements less specific
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index 1ef582c03..2cd9ad837 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -73,9 +73,10 @@ ul{list-style:disc;} ol{list-style:decimal;} li{line-height:18px;} ul.unstyled{margin-left:0;list-style:none;} -dl{margin-bottom:18px;}dl dt,dl dd{line-height:18px;} -dl dt{font-weight:bold;} -dl dd{margin-left:9px;} +dl{margin-bottom:18px;} +dt,dd{line-height:18px;} +dt{font-weight:bold;} +dd{margin-left:9px;} hr{margin:18px 0;border:0;border-top:1px solid #e5e5e5;border-bottom:1px solid #fff;} strong{font-style:inherit;font-weight:bold;} em{font-style:italic;font-weight:inherit;line-height:inherit;} |
