[jboss-cvs] jboss-seam/examples/seamspace/view/style ...

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 23 08:25:22 EDT 2006


  User: sbryzak2
  Date: 06/10/23 08:25:22

  Added:       examples/seamspace/view/style   seamspace.css seamspace.png
  Log:
  added project skeleton for social networking security example
  
  Revision  Changes    Path
  1.1      date: 2006/10/23 12:25:22;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/view/style/seamspace.css
  
  Index: seamspace.css
  ===================================================================
  body {
    font-family: tahoma, arial, helvetica;
    background-color: #e5e5e5;
    margin: 0;
  }
  
  #header {
    margin-left: auto;
    margin-right: auto;
    background: url(seamspace.png) left top no-repeat;
    height: 100px;
    width: 800px;
    background-color: #003399;
  }
  
  #menubar {
    margin-left: auto;
    margin-right: auto;
    height: 23px;
    width: 800px;
    background-color: #9bbbdd;
  
  }
  
  #content {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #ffffff;
    height: 800px;
  }
  
  
  1.1      date: 2006/10/23 12:25:22;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/view/style/seamspace.png
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list