CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 11/09/07 19:27:22
Modified files: server : xsitemap.html Log message: Setting list position to "inside" for sitemap to prevent bullets from disappearing behind screen edges when using big fonts CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/server/xsitemap.html?cvsroot=www&r1=1.18&r2=1.19 Patches: Index: xsitemap.html =================================================================== RCS file: /web/www/www/server/xsitemap.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -b -r1.18 -r1.19 --- xsitemap.html 7 Sep 2011 19:14:34 -0000 1.18 +++ xsitemap.html 7 Sep 2011 19:27:17 -0000 1.19 @@ -5,6 +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 { list-style-position: inside; margin-left: 0em } #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 } @@ -971,7 +972,7 @@ <p> Updated: <!-- timestamp start --> -$Date: 2011/09/07 19:14:34 $ +$Date: 2011/09/07 19:27:17 $ <!-- timestamp end --> </p> </div>