diff --git a/_listview.html b/_listview.html
index 857d9265..bd071135 100644
--- a/_listview.html
+++ b/_listview.html
@@ -79,6 +79,8 @@
+
+
Basic Listview w/ hierarchy:
@@ -102,6 +104,26 @@
+ Basic Listview w/ grouped aside content:
+
+ -
+
+
Quick description about this item here...
+ 6:24PM
+
+ -
+
+
Quick description about this item here...
+ 6:24PM
+
+ -
+
+
Quick description about this item here...
+ 6:24PM
+
+
+
+
Basic Listview w/ thumbnails:
diff --git a/js/jQuery.listview.js b/js/jQuery.listview.js
index 33aef5bc..05ef2f07 100644
--- a/js/jQuery.listview.js
+++ b/js/jQuery.listview.js
@@ -69,6 +69,10 @@ $.fn.listview = function( options ) {
if ( $li.is( ":has(img)" ) ) {
$li.addClass( "ui-li-has-thumb" );
}
+ if ( $li.is( ":has(.ui-li-aside)" ) ) {
+ var aside = $li.find('.ui-li-aside');
+ aside.prependTo(aside.parent()); //shift aside to front for css float
+ }
$li
.addClass( "ui-li" )
.buttonMarkup({