cvs commit: www/en/layout Makefile Makefile.inc www/en/layout/css Makefile fixed.css fixed_large.css global.css iefixes.css layout.css navigation.css table.css text.css www/en/layout/images Makefile beastie.png blt_gry_arrow.png blt_red_arrow.png ...

Murray Stokely murray at FreeBSD.org
Mon Oct 3 22:49:14 PDT 2005


murray      2005-10-04 05:49:13 UTC

  FreeBSD doc repository

  Added files:
    en/layout            Makefile Makefile.inc 
    en/layout/css        Makefile fixed.css fixed_large.css 
                         global.css iefixes.css layout.css 
                         navigation.css table.css text.css 
    en/layout/images     Makefile beastie.png blt_gry_arrow.png 
                         blt_red_arrow.png front_get_back.png 
                         front_get_bl.png front_get_br.png 
                         front_get_tl.png front_get_tr.png 
                         front_new_back.png front_new_bl.png 
                         front_new_br.png front_new_tl.png 
                         front_new_tr.png hdr_fill.png ico_rss.png 
                         logo.png nav_rgt.png nav_tbl_btm.png 
                         nav_tbl_top.png 
    en/layout/js         Makefile styleswitcher.js 
  Log:
  Add layout styles/images for new website design.
  
  Submitted by:  Emily Boyd
  Sponsored by:  Google Summer of Code
  
  Revision  Changes    Path
  1.1       +14 -0     www/en/layout/Makefile (new)
  1.1       +4 -0      www/en/layout/Makefile.inc (new)
  1.1       +12 -0     www/en/layout/css/Makefile (new)
  1.1       +19 -0     www/en/layout/css/fixed.css (new)
  1.1       +7 -0      www/en/layout/css/fixed_large.css (new)
  1.1       +84 -0     www/en/layout/css/global.css (new)
  1.1       +50 -0     www/en/layout/css/iefixes.css (new)
  1.1       +490 -0    www/en/layout/css/layout.css (new)
  1.1       +292 -0    www/en/layout/css/navigation.css (new)
  1.1       +30 -0     www/en/layout/css/table.css (new)
  1.1       +124 -0    www/en/layout/css/text.css (new)
  1.1       +12 -0     www/en/layout/images/Makefile (new)
  1.1       +48 -0     www/en/layout/images/beastie.png (new)
  1.1       +5 -0      www/en/layout/images/blt_gry_arrow.png (new)
  1.1       +5 -0      www/en/layout/images/blt_red_arrow.png (new)
  1.1       +4 -0      www/en/layout/images/front_get_back.png (new)
  1.1       +4 -0      www/en/layout/images/front_get_bl.png (new)
  1.1       +5 -0      www/en/layout/images/front_get_br.png (new)
  1.1       +4 -0      www/en/layout/images/front_get_tl.png (new)
  1.1       +5 -0      www/en/layout/images/front_get_tr.png (new)
  1.1       +3 -0      www/en/layout/images/front_new_back.png (new)
  1.1       +5 -0      www/en/layout/images/front_new_bl.png (new)
  1.1       +4 -0      www/en/layout/images/front_new_br.png (new)
  1.1       +4 -0      www/en/layout/images/front_new_tl.png (new)
  1.1       +4 -0      www/en/layout/images/front_new_tr.png (new)
  1.1       +4 -0      www/en/layout/images/hdr_fill.png (new)
  1.1       +6 -0      www/en/layout/images/ico_rss.png (new)
  1.1       +12 -0     www/en/layout/images/logo.png (new)
  1.1       +3 -0      www/en/layout/images/nav_rgt.png (new)
  1.1       +3 -0      www/en/layout/images/nav_tbl_btm.png (new)
  1.1       +3 -0      www/en/layout/images/nav_tbl_top.png (new)
  1.1       +12 -0     www/en/layout/js/Makefile (new)
  1.1       +105 -0    www/en/layout/js/styleswitcher.js (new)


More information about the cvs-doc mailing list