Index: openacs-4/packages/acs-subsite/www/resources/site-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/site-master.css,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/acs-subsite/www/resources/site-master.css 29 Jan 2004 14:46:34 -0000 1.16 +++ openacs-4/packages/acs-subsite/www/resources/site-master.css 30 Jan 2004 15:15:53 -0000 1.17 @@ -483,6 +483,27 @@ list-style: circle url(/resources/acs-subsite/right.gif); } +#footer-links { + padding: 6px; + margin-top: 4px; + font-size: 85%; +} + +#footer-links ul { + display: inline; + margin-left: 0; + padding-left: 0; + border: none; +} + +#footer-links ul li { + margin-left: 0; + padding-left: 10px; + border: none; + list-style: none; + display: inline; +} + #developer-support-footer { float: left; padding: 6px;