diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-04 09:27:57 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-04 09:27:57 -0500 |
commit | 975bde542b165375c48b07e2e2f8a62d2a2230a4 (patch) | |
tree | 672f7f2fd7820793d1e1b18d6f92ac3af341045c | |
parent | 050e71bdd88708ce6e8462a89af4399cffa72cf3 (diff) | |
download | jquery-ui-975bde542b165375c48b07e2e2f8a62d2a2230a4.tar.gz jquery-ui-975bde542b165375c48b07e2e2f8a62d2a2230a4.zip |
Dialog: Remove unnecessary margin on title.
-rw-r--r-- | themes/base/jquery.ui.dialog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index 61ce01c6a..563074a87 100644 --- a/themes/base/jquery.ui.dialog.css +++ b/themes/base/jquery.ui.dialog.css @@ -23,7 +23,7 @@ } .ui-dialog .ui-dialog-title { float: left; - margin: .1em 16px .1em 0; + margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; |