Title: [220360] trunk/Websites/webkit.org
Revision
220360
Author
[email protected]
Date
2017-08-07 15:31:32 -0700 (Mon, 07 Aug 2017)

Log Message

Fixed superscript rendering for blog posts
https://bugs.webkit.org/show_bug.cgi?id=175285

Reviewed by Filip Pizlo.

* wp-content/themes/webkit/style.css:
(sup): Added.

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (220359 => 220360)


--- trunk/Websites/webkit.org/ChangeLog	2017-08-07 22:26:53 UTC (rev 220359)
+++ trunk/Websites/webkit.org/ChangeLog	2017-08-07 22:31:32 UTC (rev 220360)
@@ -1,3 +1,13 @@
+2017-08-07  Jon Davis  <[email protected]>
+
+        Fixed superscript rendering for blog posts
+        https://bugs.webkit.org/show_bug.cgi?id=175285
+
+        Reviewed by Filip Pizlo.
+
+        * wp-content/themes/webkit/style.css:
+        (sup): Added.
+
 2017-08-06  James Craig  <[email protected]>
 
         Update prefers-reduced-motion demos to link back to blog post

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


--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2017-08-07 22:26:53 UTC (rev 220359)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2017-08-07 22:31:32 UTC (rev 220360)
@@ -94,6 +94,11 @@
 em {
     font-weight: 200;
 }
+sup {
+    vertical-align: super;
+    font-size: smaller;
+    line-height: 1;
+}
 code {
     font-family: Menlo, monospace;
     background: #f2f2f2;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to