Title: [254528] trunk/Websites/webkit.org
Revision
254528
Author
j...@apple.com
Date
2020-01-14 13:01:52 -0800 (Tue, 14 Jan 2020)

Log Message

Fix blog post article title justification
https://bugs.webkit.org/show_bug.cgi?id=206245

Reviewed by Devin Rousso.

* wp-content/themes/webkit/style.css:
(main h1):

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (254527 => 254528)


--- trunk/Websites/webkit.org/ChangeLog	2020-01-14 20:51:31 UTC (rev 254527)
+++ trunk/Websites/webkit.org/ChangeLog	2020-01-14 21:01:52 UTC (rev 254528)
@@ -1,3 +1,13 @@
+2020-01-14  Jon Davis  <j...@apple.com>
+
+        Fix blog post article title justification
+        https://bugs.webkit.org/show_bug.cgi?id=206245
+
+        Reviewed by Devin Rousso.
+
+        * wp-content/themes/webkit/style.css:
+        (main h1):
+
 2020-01-13  Jon Davis  <j...@apple.com>
 
         Add support for Web Inspector pages and topic taxonomy

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/style.css (254527 => 254528)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2020-01-14 20:51:31 UTC (rev 254527)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2020-01-14 21:01:52 UTC (rev 254528)
@@ -1389,6 +1389,10 @@
     display: table;
 }
 
+main h1 {
+    text-align: left;
+}
+
 main h1,
 article h1,
 article h1 a {
@@ -1403,10 +1407,6 @@
     color: var(--text-color-heading);
 }
 
-main h1 {
-    text-align: left;
-}
-
 article h2 {
     font-size: 3.2rem;
     line-height: 1.09375;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to