diff options
| author | Mark Otto <[email protected]> | 2013-07-23 10:18:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 10:18:34 -0700 |
| commit | 8aa3c375f061edf2df044f22b9416bb8dda80850 (patch) | |
| tree | 77dcf6103c7d301e4ef89b9fe6fc1c0ec9a8e9c5 /dist/css/bootstrap.css | |
| parent | 0b1ddeb35359c16eba2682aec3c880706d747f53 (diff) | |
| download | bootstrap-8aa3c375f061edf2df044f22b9416bb8dda80850.tar.xz bootstrap-8aa3c375f061edf2df044f22b9416bb8dda80850.zip | |
No more left margin on dd elements, fixes #8567
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f9c03e309..13ff452a7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -567,7 +567,7 @@ dt { } dd { - margin-left: 10px; + margin-left: 0; } .dl-horizontal dt { |
