]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/trailing.html
updated tabbed dialog API
[citadel.git] / webcit / static / trailing.html
index 0d0da4eae4c60c3d4a9503af5c366e09f836b242..8148bfbc347a6376a0f7ed173afecedb358f6729 100644 (file)
@@ -1,6 +1,12 @@
-<! start trailing.html>
+<!-- start trailing.html -->
 <script type="text/javascript">
- Rounded("div.box", "small transparent top bottom");
+ Rounded("div.box", "big transparent top bottom");
+ Rounded("form.box", "big transparent top bottom");
+ Rounded("div.boxlabel", "big transparent top");
+ Rounded("li.tablabel", "small transparent top");
+ Rounded("div.tabcontent", "big transparent bottom");
+ Rounded("div.tabcontent_submit", "big transparent bottom");
 </script>
+</div>
 </body>
 </html>