[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

cmarrin at apple.com cmarrin at apple.com
Thu Oct 29 20:50:39 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 487ddd9eb091d2208b10bd8e7aa237db39c0e97d
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 23 16:34:28 2009 +0000

    Changed anchor style  to take a class name
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49980 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/blog-files/webgl/resources/blogpost.css b/WebKitSite/blog-files/webgl/resources/blogpost.css
index 5d87a8a..aabba33 100644
--- a/WebKitSite/blog-files/webgl/resources/blogpost.css
+++ b/WebKitSite/blog-files/webgl/resources/blogpost.css
@@ -63,9 +63,8 @@
 .syntax .il { color: #666666 } /* Literal.Number.Integer.Long */
 
 
-a:hover {
+a.no-underscore:hover {
     text-decoration:none;
-    text-shadow: #888 0px 0px 5px;
 } 
 
 ul.demo > li {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list