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.css | |
| parent | f43f2c0ea269e72251e7f858b44ccef966d079af (diff) | |
| download | bootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.tar.xz bootstrap-127c0d0b52c52227dcd3f346d371e5cd4219a08f.zip | |
make dl and child elements less specific
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index a57618dc0..b5f7949e5 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Jan 15 12:53:17 PST 2012 + * Date: Sun Jan 15 13:11:42 PST 2012 */ html, body { margin: 0; @@ -418,13 +418,13 @@ ul.unstyled { dl { margin-bottom: 18px; } -dl dt, dl dd { +dt, dd { line-height: 18px; } -dl dt { +dt { font-weight: bold; } -dl dd { +dd { margin-left: 9px; } hr { |
