diff --git a/pages/upgrade-guide/1.4.md b/pages/upgrade-guide/1.4.md
index 6ede3b9..bdd8ddd 100644
--- a/pages/upgrade-guide/1.4.md
+++ b/pages/upgrade-guide/1.4.md
@@ -612,7 +612,6 @@ New enhanced markup:
([ed89730](http://github.com/jquery/jquery-mobile/commit/ed89730f42ad83cad7e8006a1ecd33ef64738192), [#6321](http://github.com/jquery/jquery-mobile/issues/6321), [0479daa](http://github.com/jquery/jquery-mobile/commit/0479daa0e3d358153a455d5448d395e67d9a1472)) The auto-detection of images in list items has been deprecated to improve performance and small 16x16 images on the left (`ui-li-icon`) has been deprecated as feature.
* When you use a thumbnail: Add class `ui-li-has-thumb` to the list item. Note: The framework no longer adds class `ui-li-thumb` to the `img` element.
-* When you want to use a smaller image: Do the same as described for thumbnails above and override the default width and height in your custom CSS.
* When you want an element other than `img` (eg. a font icon) to be styled as thumbnail: Add class `ui-li-has-thumb` to the list item and class `ui-li-thumb` to the element.
Old:
@@ -622,10 +621,6 @@ Old:
List item with thumb on the left
-