From 630ea7afc10b0782bf866f7fbfbc5bca103f93c6 Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:20:48 +0000 Subject: [PATCH] XHTML Collaboration template --- .../wgtemplate_unordered_lists.tmpl | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_unordered_lists.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_unordered_lists.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_unordered_lists.tmpl new file mode 100644 index 000000000..f1e0298a8 --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_unordered_lists.tmpl @@ -0,0 +1,96 @@ +#PBtmpl0000000000000082 + + + + + + + +

+
+ + + + + +

+ + [] + • + + + + [] + + [] + + • + + + [] + +

+ + + + + + + + +~~~ +.pagination +{ + -moz-box-sizing:border-box; + background:#C0C0C0; + width:100%; + text-align:right; + padding:3px; + font-size:9pt; + font-family:arial; + margin-top:3px; +} + +.pagination a +{ + color:white; +} + +.unorderedList +{ + font-family:arial; + font-size:9pt; +} + +h2 +{ + font-family:arial; +}