[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:35:23 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5c2f0b2eb8a5d2176953e381599776a51332977d
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 29 01:00:32 2002 +0000

            More tweaks to ccs.
            Added underline to visited links.
            Made outline for active normal and visited links gray.
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1933 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index a3674aa..4674e6b 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-08-28  Richard Williamson (Local)  <rjw at apple.com>
 
+        More tweaks to ccs.
+        Added underline to visited links.
+        Made outline for active normal and visited links gray.
+        
+        * khtml/css/html4.css:
+
+2002-08-28  Richard Williamson (Local)  <rjw at apple.com>
+
         Fixed outline of for active link style.
         
         * khtml/css/html4.css:
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index a3674aa..4674e6b 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,13 @@
 2002-08-28  Richard Williamson (Local)  <rjw at apple.com>
 
+        More tweaks to ccs.
+        Added underline to visited links.
+        Made outline for active normal and visited links gray.
+        
+        * khtml/css/html4.css:
+
+2002-08-28  Richard Williamson (Local)  <rjw at apple.com>
+
         Fixed outline of for active link style.
         
         * khtml/css/html4.css:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index a3674aa..4674e6b 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,13 @@
 2002-08-28  Richard Williamson (Local)  <rjw at apple.com>
 
+        More tweaks to ccs.
+        Added underline to visited links.
+        Made outline for active normal and visited links gray.
+        
+        * khtml/css/html4.css:
+
+2002-08-28  Richard Williamson (Local)  <rjw at apple.com>
+
         Fixed outline of for active link style.
         
         * khtml/css/html4.css:
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 7976728..633ed82 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -488,8 +488,9 @@ acronym {
 
 :focus          { outline: 1px dotted invert }
 a:link          { color: blue; text-decoration: underline; }
-a:link:active          { color: red; outline: red 1px dotted; }
-a:visited:active          { color: red; outline: red 1px dotted; }
+a:link:active          { color: black; outline: gray 1px dotted; }
+a:visited              { color: navy; text-decoration: underline; }
+a:visited:active       { color: black; outline: gray 1px dotted; }
 
 /* ### :before is not supported at the moment
       BR:before       { content: "\n" }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list