Moved entity contents outside navigation.

Previously the entities and navigation are entangled inside a common
DOM structure which limits code reuse. Now they have been moved
into separate structures.
This commit is contained in:
Endi S. Dewata
2011-04-28 19:17:58 -05:00
parent 5eb9f088f2
commit dd89c28654
9 changed files with 98 additions and 125 deletions

View File

@@ -59,6 +59,7 @@
</span>
</div>
<div id="navigation" class="tabs"></div>
<div id="content"></div>
</div>
</body>