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
1 changed files with 2 additions and 2 deletions

View File

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