]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Remove unnecessary margin on title.
authorScott González <scott.gonzalez@gmail.com>
Tue, 4 Dec 2012 14:27:57 +0000 (09:27 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 4 Dec 2012 14:27:57 +0000 (09:27 -0500)
themes/base/jquery.ui.dialog.css

index 61ce01c6add05e9f6d344f6e3fd2695bb4266d54..563074a8787c2152da2f0d23a7c9a5e7cb219fd2 100644 (file)
@@ -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;