Cleaned up some templated HTML:
[citadel.git] / webcit / static / t / trailing.html
1 <!-- start trailing.html -->
2 </div> <!-- end of 'global' div -->
3 <script type="text/javascript">
4 <?TRAILING_JAVASCRIPT>
5  Rounded("div.box", "big transparent top bottom");
6  Rounded("form.box", "big transparent top bottom");
7  Rounded("div.boxlabel", "big transparent top");
8  Rounded("li.tablabel", "small transparent top");
9  Rounded("div.tabcontent_submit", "big transparent bottom");
10 </script>
11 </body>
12 </html>