CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 11/08/23 14:28:54
Modified files: server : xsitemap.html Log message: Adding sitemap-specific CSS rules back to xsitemap.html, and making them more, er, specific, for them to be used instead of YUI's. CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/server/xsitemap.html?cvsroot=www&r1=1.10&r2=1.11 Patches: Index: xsitemap.html =================================================================== RCS file: /web/www/www/server/xsitemap.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- xsitemap.html 23 Aug 2011 13:01:22 -0000 1.10 +++ xsitemap.html 23 Aug 2011 14:28:47 -0000 1.11 @@ -2,6 +2,18 @@ <title>Site map of www.gnu.org - GNU Project - Free Software Foundation (FSF)</title> +<style type="text/css"> +.sitemap-directory { margin-left: 1.2em } +.sitemap-directory-depth-0, .sitemap-directory-depth-1 { margin-left: auto } +#content .sitemap-directory-depth-0 ul li { list-style: disc } +#content .sitemap-directory-depth-1 ul li { list-style: circle } +#content .sitemap-directory-depth-2 ul li { list-style: square } +#content .sitemap-directory-depth-3 ul li { list-style: upper-alpha } +#content .sitemap-directory-depth-4 ul li { list-style: lower-alpha } +#content .sitemap-directory-depth-5 ul li { list-style: lower-greek } +.sitemap-header { font-size: 1.5em; font-weight: bold; margin: 0.5em auto } +</style> + <!--#include virtual="/server/banner.html" --> <h2>Site map of www.gnu.org</h2> @@ -1277,7 +1289,7 @@ <p> Updated: <!-- timestamp start --> -$Date: 2011/08/23 13:01:22 $ +$Date: 2011/08/23 14:28:47 $ <!-- timestamp end --> </p> </div>