You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/02/11 20:31:30 UTC

svn commit: r1567320 - in /spamassassin/site: ./ devel/ gtube/ released/ tag/

Author: kmcgrail
Date: Tue Feb 11 19:31:30 2014
New Revision: 1567320

URL: http://svn.apache.org/r1567320
Log:
fixing text decoration on menu try #2

Modified:
    spamassassin/site/credits.html
    spamassassin/site/devel/index.html
    spamassassin/site/doc.html
    spamassassin/site/downloads.html
    spamassassin/site/faq.html
    spamassassin/site/gtube.html
    spamassassin/site/gtube/index.html
    spamassassin/site/hacking.html
    spamassassin/site/index.html
    spamassassin/site/lists.html
    spamassassin/site/main.wmk
    spamassassin/site/news.html
    spamassassin/site/presentations.html
    spamassassin/site/released/index.html
    spamassassin/site/sitewide.html
    spamassassin/site/tag/index.html
    spamassassin/site/tests.html
    spamassassin/site/users.html
    spamassassin/site/where.html

Modified: spamassassin/site/credits.html
URL: http://svn.apache.org/viewvc/spamassassin/site/credits.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/credits.html (original)
+++ spamassassin/site/credits.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/devel/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/devel/index.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/devel/index.html (original)
+++ spamassassin/site/devel/index.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/doc.html
URL: http://svn.apache.org/viewvc/spamassassin/site/doc.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/doc.html (original)
+++ spamassassin/site/doc.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/downloads.html
URL: http://svn.apache.org/viewvc/spamassassin/site/downloads.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/downloads.html (original)
+++ spamassassin/site/downloads.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/faq.html
URL: http://svn.apache.org/viewvc/spamassassin/site/faq.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/faq.html (original)
+++ spamassassin/site/faq.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/gtube.html
URL: http://svn.apache.org/viewvc/spamassassin/site/gtube.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/gtube.html (original)
+++ spamassassin/site/gtube.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/gtube/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/gtube/index.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/gtube/index.html (original)
+++ spamassassin/site/gtube/index.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/hacking.html
URL: http://svn.apache.org/viewvc/spamassassin/site/hacking.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/hacking.html (original)
+++ spamassassin/site/hacking.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/index.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/index.html (original)
+++ spamassassin/site/index.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/lists.html
URL: http://svn.apache.org/viewvc/spamassassin/site/lists.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/lists.html (original)
+++ spamassassin/site/lists.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/main.wmk
URL: http://svn.apache.org/viewvc/spamassassin/site/main.wmk?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/main.wmk (original)
+++ spamassassin/site/main.wmk Tue Feb 11 19:31:30 2014
@@ -772,6 +772,9 @@ Walk-throughs and How-To's
     padding: 0px;
     text-decoration: none;
   }
+  td.navibar a {
+    text-decoration: none;
+  }
   a.navibar {
     text-decoration: none;
   }

Modified: spamassassin/site/news.html
URL: http://svn.apache.org/viewvc/spamassassin/site/news.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/news.html (original)
+++ spamassassin/site/news.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/presentations.html
URL: http://svn.apache.org/viewvc/spamassassin/site/presentations.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/presentations.html (original)
+++ spamassassin/site/presentations.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/released/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/released/index.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/released/index.html (original)
+++ spamassassin/site/released/index.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/sitewide.html
URL: http://svn.apache.org/viewvc/spamassassin/site/sitewide.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/sitewide.html (original)
+++ spamassassin/site/sitewide.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/tag/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/tag/index.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/tag/index.html (original)
+++ spamassassin/site/tag/index.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/tests.html
URL: http://svn.apache.org/viewvc/spamassassin/site/tests.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/tests.html (original)
+++ spamassassin/site/tests.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/users.html
URL: http://svn.apache.org/viewvc/spamassassin/site/users.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/users.html (original)
+++ spamassassin/site/users.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }

Modified: spamassassin/site/where.html
URL: http://svn.apache.org/viewvc/spamassassin/site/where.html?rev=1567320&r1=1567319&r2=1567320&view=diff
==============================================================================
--- spamassassin/site/where.html (original)
+++ spamassassin/site/where.html Tue Feb 11 19:31:30 2014
@@ -50,6 +50,9 @@
        padding: 0px;
        text-decoration: none;
        }
+       td.navibar a {
+       text-decoration: none;
+       }
        a.navibar {
        text-decoration: none;
        }