[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

cmarrin at apple.com cmarrin at apple.com
Wed Apr 7 23:01:51 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b48a354bb961b4205a2e4e4b26ecf691fa2e00b7
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