From: Chris R. <chr...@us...> - 2003-03-14 13:19:41
|
Update of /cvsroot/perl-ldap/website In directory sc8-pr-cvs1:/tmp/cvs-serv25874 Modified Files: site.css Log Message: Added h3; fixed line-endings Index: site.css =================================================================== RCS file: /cvsroot/perl-ldap/website/site.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- site.css 13 Mar 2003 14:48:56 -0000 1.1 +++ site.css 14 Mar 2003 13:19:38 -0000 1.2 @@ -1 +1,51 @@ - /* CSS for perl-ldap site */ body,html { background-image: url(Knuellpap.jpg); font-family: Helvetica, Arial, sans-serif; margin: 0px; padding: 0px; } h1 { text-align: center; } div#banners { width: 100px; float: left; margin-left: 10px; } div#content { padding-right: 20px; padding-left: 20px; width: auto; margin-left: 120px; } div.section { padding: 8px; margin-top: 0px; } div.section h2 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: black; font-size: 130%; } div#banners ul { padding-left: 1em; } p.revision { font-size: small; font-style: italic; } a:link { color: #005555; } a:visited { color: #AA0000; } a:active { color: #006666; } \ No newline at end of file + /* CSS for perl-ldap site */ + +body,html { + background-image: url(Knuellpap.jpg); + font-family: Helvetica, Arial, sans-serif; + margin: 0px; + padding: 0px; +} +h1 { + text-align: center; +} +div#banners { + width: 100px; + float: left; + margin-left: 10px; +} +div#content { + padding-right: 20px; + padding-left: 20px; + width: auto; + margin-left: 120px; +} +div.section { + padding: 8px; + margin-top: 0px; +} +div.section h2 { + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: black; + font-size: 130%; +} +div#banners ul { + padding-left: 1em; +} +p.revision { + font-size: small; + font-style: italic; +} +a:link { + color: #005555; +} +a:visited { + color: #AA0000; +} +a:active { + color: #006666; +} +div.section h3 { + font-size: 110%; +} |