CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 11/09/09 08:32:13
Modified files: server : xsitemap.html Log message: Decreasing vertical space between directory headers and their entries CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/server/xsitemap.html?cvsroot=www&r1=1.22&r2=1.23 Patches: Index: xsitemap.html =================================================================== RCS file: /web/www/www/server/xsitemap.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -b -r1.22 -r1.23 --- xsitemap.html 7 Sep 2011 22:51:25 -0000 1.22 +++ xsitemap.html 9 Sep 2011 08:32:07 -0000 1.23 @@ -5,7 +5,7 @@ <style type="text/css"> .sitemap-directory { margin-left: 1.2em } .sitemap-directory-depth-0, .sitemap-directory-depth-1 { margin-left: auto } -#content .sitemap-directory ul { margin-left: 0em } +#content .sitemap-directory ul { margin-left: 0em; margin-top: 0.5em } #content .sitemap-directory-depth-0 ul li { list-style: decimal } #content .sitemap-directory-depth-1 ul li { list-style: decimal } #content .sitemap-directory-depth-2 ul li { list-style: lower-alpha } @@ -972,7 +972,7 @@ <p> Updated: <!-- timestamp start --> -$Date: 2011/09/07 22:51:25 $ +$Date: 2011/09/09 08:32:07 $ <!-- timestamp end --> </p> </div>