diff options
author | Felix Nagel <info@felixnagel.com> | 2012-01-18 01:24:04 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-01-18 01:24:04 +0100 |
commit | 90684f9e5cc3816af2820dc23ae35bf06d0a4856 (patch) | |
tree | d5b64dab86fdd62582d67c14dc8a18041f4b839f | |
parent | 7021f157b5ef6a12e7096264d31ea0850ad97917 (diff) | |
download | jquery-ui-90684f9e5cc3816af2820dc23ae35bf06d0a4856.tar.gz jquery-ui-90684f9e5cc3816af2820dc23ae35bf06d0a4856.zip |
fixed: small cleanup
-rw-r--r-- | demos/selectmenu/dialog.html | 4 | ||||
-rw-r--r-- | demos/selectmenu/typeahead.html | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/demos/selectmenu/dialog.html b/demos/selectmenu/dialog.html index a063b82c6..aa6b8b4ee 100644 --- a/demos/selectmenu/dialog.html +++ b/demos/selectmenu/dialog.html @@ -19,9 +19,7 @@ body {font-size: 62.5%; font-family:"Verdana",sans-serif; } fieldset { border:0; } label,select,.ui-select-menu { float: left; margin-right: 10px; } - select { width: 200px; } - .wrap span.ui-selectmenu-item-header, - .wrap ul.ui-selectmenu-menu li a { text-decoration: underline !important; } + select { width: 200px; } </style> <script type="text/javascript"> $(function(){ diff --git a/demos/selectmenu/typeahead.html b/demos/selectmenu/typeahead.html index 79a46890f..6f5dc7098 100644 --- a/demos/selectmenu/typeahead.html +++ b/demos/selectmenu/typeahead.html @@ -18,9 +18,7 @@ body {font-size: 62.5%; font-family:"Verdana",sans-serif; } fieldset { border:0; } label,select,.ui-select-menu { float: left; margin-right: 10px; } - select { width: 200px; } - .wrap span.ui-selectmenu-item-header, - .wrap ul.ui-selectmenu-menu li a { text-decoration: underline !important; } + select { width: 200px; } </style> <script type="text/javascript"> $(function(){ |