Update of /cvsroot/btrwiz/btrwiz/doc/user
In directory usw-pr-cvs1:/tmp/cvs-serv7207/doc/user
Added Files:
stylesheet.css
Log Message:
initial documentation work
--- NEW FILE: stylesheet.css ---
/*
* CSS Stylesheet for btrwiz documentation
*/
body{
background-color:#ffcc00;
}
table.head{
background-color:#cc9900;
width:100%;
border: 0;
}
h2.head{
padding:0;
margin:3px;
color:#000000;
}
h3.head{
border:0;
padding:0;
margin:0;
/* color:#ffcc00;*/
}
p.head{
border:0;
padding:0;
margin:0;
/* color:#ffcc00;*/
}
/*
h1{
color:#000066;
}
h2{
color:#000066;
}
h3{
color:#000066;
}
*/
|