File: trailing.html

package info (click to toggle)
webcit 7.37-dfsg-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,972 kB
  • ctags: 2,344
  • sloc: ansic: 23,301; sh: 3,618; makefile: 239
file content (11 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<!-- start trailing.html -->
<script type="text/javascript">
 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>
</body>
</html>