link-checker commit: - Re-indent

changeset:   20:7d946c7e4842
user:        ville
date:        Sat Mar 27 14:04:28 2004 +0000
files:       docs/checklink.css
description:
- Re-indent
- Fix a minor syntax bug
- Comment out URL to banner-qa.jpg (where's that?)
- Avoid changing hX style with a's when hovering


diff -r 64041e33d1fa -r 7d946c7e4842 docs/checklink.css
--- a/docs/checklink.css	Sat Mar 27 09:55:37 2004 +0000
+++ b/docs/checklink.css	Sat Mar 27 14:04:28 2004 +0000
@@ -4,7 +4,7 @@
    Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
    See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
 
-   $Id: checklink.css,v 1.1 2004-03-21 15:11:12 ville Exp $
+   $Id: checklink.css,v 1.2 2004-03-27 14:04:28 ville Exp $
 */
 
 html, body {
@@ -39,7 +39,9 @@
   background-color: yellow;
 }
 
-acronym:hover, abbr:hover {cursor: help};
+acronym:hover, abbr:hover {
+  cursor:           help;
+}
 abbr[title], acronym[title], span[title], strong[title] {
   border-bottom:    thin dotted;
   cursor:           help;
@@ -66,9 +68,11 @@
   padding:          .1em;
 }
 
-h1 a {color: black} /* These are usually targets and not links */
-h2 a {color: black} /* These are usually targets and not links */
-h3 a {color: black} /* These are usually targets and not links */
+/* These are usually targets and not links */
+h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover {
+  color:            inherit;
+  background-color: inherit;
+}
 
 img {
   vertical-align:    middle;
@@ -111,55 +115,57 @@
 
 /* Various header(ish) things. Definitions cribbed from the CORE Styles. */
 h1 {
-  font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
-  font-size-adjust: .53;
-  font-size: 2em;
-  font-weight: bold;
-  font-style: normal;
-  text-decoration: none;
-  color: #053188;
+  font-family:       "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
+  font-size-adjust:  .53;
+  font-size:         2em;
+  font-weight:       bold;
+  font-style:        normal;
+  text-decoration:   none;
+  color:             #053188;
 }
-#banner h1 {font-size: 1.3em;
-border-bottom: 1px solid black;}
+#banner h1 {
+  font-size:         1.3em;
+  border-bottom:     1px solid black;
+}
 
-#banner {background-image: url(/validator/banner-qa.jpg);
-background-repeat: no-repeat;
-background-attachment: scroll;
-height: 50px;
-background-position: right;
-margin:0; padding:0;}
+#banner {
+  /* background-image:  url(/validator/banner-qa.jpg); */
+  background-repeat: no-repeat;
+  background-attachment: scroll;
+  height:            50px;
+  background-position: right;
+  margin:            0;
+  padding:           0;
+}
 
 h1#title {
-/*  background-color: #eee; 
-  border-bottom: 1px solid black; 
-  padding: .25em;*/
-  padding:0;
-  margin: 0;
-  color: #053188;
+  padding:           0;
+  margin:            0;
+  color:             #053188;
 }
 
 h2 {
-  font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
-  font-size-adjust: .53;
-  font-size: 1.5em;
-  text-align: left;
-  font-weight: bold;
-  font-style: normal;
-  text-decoration: none;
-  margin-top : 2em;
-  margin-bottom : 1em;
-  line-height: 120%;  
+  font-family:       "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
+  font-size-adjust:  .53;
+  font-size:         1.5em;
+  text-align:        left;
+  font-weight:       bold;
+  font-style:        normal;
+  text-decoration:   none;
+  margin-top:        2em;
+  margin-bottom:     1em;
+  line-height:       120%;  
 }
 
 h3 {
-  font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
-  font-size-adjust: .53;
-  font-size: 1.3em;
-  background-color: #eee;
-  text-indent: 2em;
-  padding: .2em;
-  border-top: 1px dotted black;
-  font-weight: normal;
-  font-style: normal;
-  text-decoration: none;
+  font-family:       "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
+  font-size-adjust:  .53;
+  font-size:         1.3em;
+  background-color:  #eee;
+  text-indent:       2em;
+  padding:           .2em;
+  border-top:        1px dotted black;
+  font-weight:       normal;
+  font-style:        normal;
+  text-decoration:   none;
 }

Received on Thursday, 5 August 2010 14:47:02 UTC