[virtualcommons-developer] [lighterprints] r24 - sandbox/allen/jqm
Status: Beta
Brought to you by:
alllee
|
From: <al...@so...> - 2011-06-09 17:10:47
|
Author: alllee
Date: Thu Jun 9 10:10:40 2011
New Revision: 24
Log:
adjusting list items
Modified:
sandbox/allen/jqm/index.html
Modified: sandbox/allen/jqm/index.html
==============================================================================
--- sandbox/allen/jqm/index.html Thu Jun 9 09:56:36 2011 (r23)
+++ sandbox/allen/jqm/index.html Thu Jun 9 10:10:40 2011 (r24)
@@ -10,7 +10,7 @@
<div data-role='page' id='home'>
<div data-role="header"><h2>Lighter footprints</h2></div>
<div data-role="content">
- <ul data-role='listview' class='ui-corner-all ui-shadow'>
+ <ul data-role='listview' data-inset='true' data-theme='a'>
<li><a href='#reduce'>reduce</a>
<li><a href='#reuse'>reuse</a>
<li><a href='#recycle'>recycle</a>
|