CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 11/08/23 14:26:21
Modified files: . : layout.css Log message: Turns out the sitemap rules don't have to be inside layout.css + fixing a bug. CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.136&r2=1.137 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.136 retrieving revision 1.137 diff -u -b -r1.136 -r1.137 --- layout.css 23 Aug 2011 12:59:42 -0000 1.136 +++ layout.css 23 Aug 2011 14:26:16 -0000 1.137 @@ -371,7 +371,7 @@ #fsf-links ul { padding: 0; margin: 0; margin-top: 0.5em } -.button { border: 3px single #999; +.button { border: 3px solid #999; border-left-color: #ccc; border-top-color: #ccc; font-weight: bold; @@ -467,17 +467,3 @@ } /* 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 */