Update of /cvsroot/perl-ldap/website
In directory sc8-pr-cvs1:/tmp/cvs-serv19177
Modified Files:
site.css
Log Message:
Remove img borders
Index: site.css
===================================================================
RCS file: /cvsroot/perl-ldap/website/site.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- site.css 14 Mar 2003 13:19:38 -0000 1.2
+++ site.css 19 Mar 2003 09:37:21 -0000 1.3
@@ -1,51 +1 @@
- /* 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%;
-}
+ /* 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%;
}
img {
border: 0px;
}
\ No newline at end of file
|