Revert Tigert's change, because it breaks IE
authorMiguel de Icaza <miguel@gnome.org>
Sun, 29 Jul 2001 22:42:55 +0000 (22:42 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 29 Jul 2001 22:42:55 +0000 (22:42 -0000)
svn path=/trunk/mono/; revision=340

doc/web/htmlify
doc/web/template.html.in
web/web/htmlify
web/web/template.html.in

index 26af22ec3d0fef72f0248970ded6d5268ac8b8fc..a2b2706f16e9d3137775c0ca94f555fb36686541 100644 (file)
@@ -14,7 +14,7 @@ while (<>){
        } elsif (/^\t\t\* (.*)$/) {
                print "<li>$1\n";
        } elsif (/^Q: (.*)$/){
-               print "<p><a name=\"q$q\"><b>Question $q:</b> $1\n";
+               print "<p><a name=\"q$q\"></a><b>Question $q:</b> $1\n";
                $q++;
        } elsif (/^A: (.*)$/){
                print "$1\n";
index 95d7298fac262f7c8e9be6c0c0aca1d9d39d6cfb..7afdfca4a1bbb30935859956491d390ed8cc8c09 100644 (file)
@@ -6,17 +6,13 @@
    body { font-family: "trebuchet ms", lucida, verdana, helvetica; 
           background-image: url("images/bgsquares.gif"); 
           background-attachment: fixed; }
-   body, td, table { font-family: "trebuchet ms", lucida, verdana, helvetica;
-                        font-size: 12px; }
+   body, td, table { font-family: "trebuchet ms", lucida, verdana, helvetica; 
+                     font-size: 12px; }
 
        .navi { font-size: 14px; background: #444444; }
        .subnavi { font-size: 12px; }
         .footnote { font-size: 10px; color: #aaaaaa; }
 
-       a { color: #004499; text-decoration: none; font-weight: normal; }
-       a:visited { color: #003366; }
-       a:hover { color: #ee9900; text-decoration: underline; }
-
        a.navi { color: #ffffff; text-decoration: none; font-weight: bold; }
        a.navi:visited { color: #cccccc; }
        a.navi:hover { color: #ee9900; text-decoration: underline; }
index 26af22ec3d0fef72f0248970ded6d5268ac8b8fc..a2b2706f16e9d3137775c0ca94f555fb36686541 100644 (file)
@@ -14,7 +14,7 @@ while (<>){
        } elsif (/^\t\t\* (.*)$/) {
                print "<li>$1\n";
        } elsif (/^Q: (.*)$/){
-               print "<p><a name=\"q$q\"><b>Question $q:</b> $1\n";
+               print "<p><a name=\"q$q\"></a><b>Question $q:</b> $1\n";
                $q++;
        } elsif (/^A: (.*)$/){
                print "$1\n";
index 95d7298fac262f7c8e9be6c0c0aca1d9d39d6cfb..7afdfca4a1bbb30935859956491d390ed8cc8c09 100644 (file)
@@ -6,17 +6,13 @@
    body { font-family: "trebuchet ms", lucida, verdana, helvetica; 
           background-image: url("images/bgsquares.gif"); 
           background-attachment: fixed; }
-   body, td, table { font-family: "trebuchet ms", lucida, verdana, helvetica;
-                        font-size: 12px; }
+   body, td, table { font-family: "trebuchet ms", lucida, verdana, helvetica; 
+                     font-size: 12px; }
 
        .navi { font-size: 14px; background: #444444; }
        .subnavi { font-size: 12px; }
         .footnote { font-size: 10px; color: #aaaaaa; }
 
-       a { color: #004499; text-decoration: none; font-weight: normal; }
-       a:visited { color: #003366; }
-       a:hover { color: #ee9900; text-decoration: underline; }
-
        a.navi { color: #ffffff; text-decoration: none; font-weight: bold; }
        a.navi:visited { color: #cccccc; }
        a.navi:hover { color: #ee9900; text-decoration: underline; }