Changeset 254579 in webkit


Ignore:
Timestamp:
Jan 15, 2020 11:12:20 AM (4 years ago)
Author:
Devin Rousso
Message:

Web Inspector Reference: the meta info at the end of the article should always be on its own line
https://bugs.webkit.org/show_bug.cgi?id=206277

Reviewed by Timothy Hatcher.

  • wp-content/themes/webkit/style.css:

(article .bodycopy, article .meta):

Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r254578 r254579  
     12020-01-15  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector Reference: the meta info at the end of the article should always be on its own line
     4        https://bugs.webkit.org/show_bug.cgi?id=206277
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * wp-content/themes/webkit/style.css:
     9        (article .bodycopy, article .meta):
     10
    1112020-01-15  Devin Rousso  <drousso@apple.com>
    212
  • trunk/Websites/webkit.org/wp-content/themes/webkit/style.css

    r254578 r254579  
    16461646article .bodycopy,
    16471647article .meta {
     1648    clear: both;
    16481649    width: 66%;
    16491650    margin: 0 auto;
Note: See TracChangeset for help on using the changeset viewer.