[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:43:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d09ea2467b3f834ed10aac825db0010f4e061fa5
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 5 08:45:43 2010 +0000

    2010-08-05  François Sausset  <sausset at gmail.com>
    
            Reviewed by Darin Adler.
    
            Small style adjustments for MathML merror element.
            https://bugs.webkit.org/show_bug.cgi?id=43432
    
            * css/mathml.css:
            (merror):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64723 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4948ab0..7821004 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-05  François Sausset  <sausset at gmail.com>
+
+        Reviewed by Darin Adler.
+
+        Small style adjustments for MathML merror element.
+        https://bugs.webkit.org/show_bug.cgi?id=43432
+
+        * css/mathml.css:
+        (merror):
+
 2010-08-05  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/css/mathml.css b/WebCore/css/mathml.css
index a04108b..94a11d0 100644
--- a/WebCore/css/mathml.css
+++ b/WebCore/css/mathml.css
@@ -113,8 +113,12 @@ annotation, annotation-xml {
 mphantom {
     visibility: hidden;
 }
+
 merror {
     outline: solid thin red;
+    font-weight: bold;
+    font-family: sans-serif;
+    background-color: lightYellow;
 }
 
 msqrt {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list