Title: [254998] trunk/Websites/webkit.org
Revision
254998
Author
[email protected]
Date
2020-01-23 12:32:11 -0800 (Thu, 23 Jan 2020)

Log Message

Fix extra space between title and article body
https://bugs.webkit.org/show_bug.cgi?id=206689

Reviewed by Devin Rousso.

* wp-content/themes/webkit/style.css:
(article .meta):
(article .bodycopy,):

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (254997 => 254998)


--- trunk/Websites/webkit.org/ChangeLog	2020-01-23 20:18:57 UTC (rev 254997)
+++ trunk/Websites/webkit.org/ChangeLog	2020-01-23 20:32:11 UTC (rev 254998)
@@ -1,3 +1,14 @@
+2020-01-23  Jon Davis  <[email protected]>
+
+        Fix extra space between title and article body
+        https://bugs.webkit.org/show_bug.cgi?id=206689
+
+        Reviewed by Devin Rousso.
+
+        * wp-content/themes/webkit/style.css:
+        (article .meta):
+        (article .bodycopy,):
+
 2020-01-16  Jon Davis  <[email protected]>
 
         Ensure full URLs for relative path images for social meta data

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


--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2020-01-23 20:18:57 UTC (rev 254997)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2020-01-23 20:32:11 UTC (rev 254998)
@@ -1603,6 +1603,10 @@
     font-style: italic;
 }
 
+article .meta {
+    clear: both;
+}
+
 article .meta .written {
     margin-bottom: 1em;
 }
@@ -1645,7 +1649,6 @@
 
 article .bodycopy,
 article .meta {
-    clear: both;
     width: 66%;
     margin: 0 auto;
     position: relative;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to