From 9ec5ff7a85c485fb873abe31f5e8102ac07faf51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20P=C3=A9rel?= Date: Mon, 20 Oct 2014 14:09:13 +0200 Subject: [PATCH 1/2] Remove duplicate array key --- demos/autocomplete/search.php | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/autocomplete/search.php b/demos/autocomplete/search.php index 835772deea8..04bda422423 100644 --- a/demos/autocomplete/search.php +++ b/demos/autocomplete/search.php @@ -368,7 +368,6 @@ "Glossy Ibis"=>"Plegadis falcinellus", "Spanish Imperial Eagle"=>"Aquila adalberti", "Lesser Kestrel"=>"Falco naumanni", -"Houbara Bustard"=>"Chlamydotis undulata", "Crab-Plover"=>"Dromas ardeola", "Cream-coloured Courser"=>"Cursorius cursor", "Collared Pratincole"=>"Glareola pratincola", From 1620489f8a14e52aa26f6e26e07d2be447f5572b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20P=C3=A9rel?= Date: Mon, 20 Oct 2014 14:09:27 +0200 Subject: [PATCH 2/2] Remove duplicate CSS properties --- demos/sortable/empty-lists.html | 2 +- demos/tabs/vertical.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/sortable/empty-lists.html b/demos/sortable/empty-lists.html index 6d8f6565b2d..1925446195a 100644 --- a/demos/sortable/empty-lists.html +++ b/demos/sortable/empty-lists.html @@ -11,7 +11,7 @@ diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html index ec0b8e7af47..98f2ba3b420 100644 --- a/demos/tabs/vertical.html +++ b/demos/tabs/vertical.html @@ -20,7 +20,7 @@ .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } .ui-tabs-vertical .ui-tabs-nav li a { display:block; } - .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } + .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; } .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}