CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 11/08/23 12:59:49
Modified files: . : layout.css Log message: Adding rules for sitemap into layout.css CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.135&r2=1.136 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.135 retrieving revision 1.136 diff -u -b -r1.135 -r1.136 --- layout.css 2 Aug 2011 21:00:43 -0000 1.135 +++ layout.css 23 Aug 2011 12:59:42 -0000 1.136 @@ -467,3 +467,17 @@ } /* End items specific to education */ + +/* Sitemap rules */ + +.sitemap-directory { margin-left: 1.2em } +.sitemap-directory-depth-0, .sitemap-directory-depth-1 { margin-left: auto } +.sitemap-directory-depth-0 ul { list-style-type: disc } +.sitemap-directory-depth-1 ul { list-style-type: circle } +.sitemap-directory-depth-2 ul { list-style-type: square } +.sitemap-directory-depth-3 ul { list-style-type: upper-alpha } +.sitemap-directory-depth-4 ul { list-style-type: lower-alpha } +.sitemap-directory-depth-5 ul { list-style-type: lower-greek } +.sitemap-header { font-size: 1.5em; font-weight: bold; margin: 0.5em auto } + +/* End of sitemap rules */