Update of /cvsroot/perl-ldap/website
In directory sc8-pr-cvs1:/tmp/cvs-serv25794
Modified Files:
site.css
Log Message:
Dreamweaver *insists* on using \r line breaks when writing CSS, darn it.
Back to Unix line breaks we go.
Index: site.css
===================================================================
RCS file: /cvsroot/perl-ldap/website/site.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- site.css 19 Mar 2003 09:37:21 -0000 1.3
+++ site.css 19 Mar 2003 09:54:05 -0000 1.4
@@ -1 +1,54 @@
- /* 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
+ /* 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;
+}
|