[Expat-checkins] htdocs style.css,NONE,1.1

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu May 9 05:15:03 2002


Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv23126

Added Files:
	style.css 
Log Message:
Simple style sheet for the Expat web page.

--- NEW FILE: style.css ---
.corner    { width: 200px;
             height: 80px;
             text-align: center;
             }
.navbar    { background-color: rgb(110,139,61);
             padding-top: 2em;
             }
.banner    { background-color: rgb(110,139,61);
             color: rgb(255,236,176);
             padding-left: 2em;
             }
.banner h2 { font-size: 200%; }
.content   { padding: 2em; }