1
0
mirror of https://github.com/moparisthebest/app-UI synced 2024-12-21 23:18:52 -05:00

fixed sliding view navigator layout example

This commit is contained in:
Andrew Trice 2012-05-22 14:13:45 -04:00
parent 4e49e44ee2
commit 0f6ef10291

View File

@ -101,8 +101,8 @@
</head>
<body>
<div class="slidingview_wrapper">
<div id="sidebar">sidebar here!</div>
<div id="body">body here!</div>
<div id="sidebar"></div>
<div id="body"></div>
</div>
</body>
</html>