[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
sullivan
sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:11:02 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit bf884eff9912c27f218a6854869f1975e4c9dd73
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Nov 11 21:06:23 2003 +0000
- fixed <rdar://problem/3480421>: Focus rings around links are too thick,
should use 3 px instead of 5 px
Reviewed by Don and Ken.
* khtml/css/html4.css:
use 3px instead of 5 px for :active, :focus
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5455 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 43591fb..88ba364 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,13 @@
+2003-11-11 John Sullivan <sullivan at apple.com>
+
+ - fixed <rdar://problem/3480421>: Focus rings around links are too thick,
+ should use 3 px instead of 5 px
+
+ Reviewed by Don and Ken.
+
+ * khtml/css/html4.css:
+ use 3px instead of 5 px for :active, :focus
+
2003-11-11 Ken Kocienda <kocienda at apple.com>
Reviewed by John
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index ba28c6e..7b5ef2f 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -430,11 +430,11 @@ acronym {
font-style: italic;
}
-:focus { outline: -apple-aqua 5px }
+:focus { outline: -apple-aqua 3px }
a:link { color: #0000EE; text-decoration: underline; }
-a:link:active { color: red; outline: -apple-aqua 5px }
+a:link:active { color: red; outline: -apple-aqua 3px }
a:visited { color: #551A8B; text-decoration: underline; }
-a:visited:active { color: red; outline: -apple-aqua 5px }
+a:visited:active { color: red; outline: -apple-aqua 3px }
/* ### :before is now supported, but we haven't tried reinstating this
### rule that was comment out long ago.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list