perl/modules/W3C/LinkChecker/docs linkchecker.css,1.17,1.18

Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv2907/docs

Modified Files:
	linkchecker.css 
Log Message:
styling tagline

Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- linkchecker.css	12 Sep 2007 02:45:55 -0000	1.17
+++ linkchecker.css	13 Sep 2007 07:44:12 -0000	1.18
@@ -193,19 +193,17 @@
 
 /* Various header(ish) things. Definitions cribbed from the CORE Styles. */
 
-h1, h2, h3, h4, h5, h6, dt {
-  font-family: "Bitstream Vera Sans", sans-serif;
-  font-size-adjust: .53;
-}
-
 
 h1#title {
 	font-family: "Myriad Web", "Myriad Pro", "Gill Sans", Helvetica, Arial, Sans-Serif;
 	background-color: #365D95;
 	color: #fdfdfd;
 	font-size: 1.6em;
+	  font-weight: normal;
 	background: url(../images/head-bl.png) bottom left no-repeat;
 	padding-bottom: 0.430em;
+	margin:0;
+	line-height: 1;
 }
 h1#title a, h1#title a img {
 background-color: #365D95;
@@ -226,6 +224,16 @@
 	margin-right: 0.7em;
 }
 
+p#tagline {
+	font-size: 0.7em;
+	margin: -2em 0 0 12.1em;
+	padding-bottom: 1em;
+	letter-spacing: 0.1em;
+	line-height: 100% !important;
+	color: #D0DCEE;
+	background-color: transparent;
+}
+
 div#banner {
 	background: #365D95 url(../images/head-br.png) bottom right no-repeat;
 	margin: 1.5em 2em;}

Received on Thursday, 13 September 2007 07:44:15 UTC