Changeset 239468 in webkit


Ignore:
Timestamp:
Dec 20, 2018 3:18:26 PM (5 years ago)
Author:
Joseph Pecoraro
Message:

Ensure new styles are served on webkit.org.
https://bugs.webkit.org/show_bug.cgi?id=192953

Patch by Jon Davis <Jon Davis> on 2018-12-20
Rubber-stamped by Devin Rousso.

  • tabicon.svg: Removed as vector icons are no longer preferred.
  • wp-content/themes/webkit/header.php: Updated stylesheet datestamp.
Location:
trunk/Websites/webkit.org
Files:
1 deleted
2 edited

Legend:

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

    r239448 r239468  
     12018-12-20  Jon Davis  <jond@apple.com>
     2
     3        Ensure new styles are served on webkit.org.
     4        https://bugs.webkit.org/show_bug.cgi?id=192953
     5
     6        Rubber-stamped by Devin Rousso.
     7
     8        * tabicon.svg: Removed as vector icons are no longer preferred.
     9        * wp-content/themes/webkit/header.php: Updated stylesheet datestamp.
     10
    1112018-12-20  Jon Davis  <jond@apple.com>
    212
  • trunk/Websites/webkit.org/wp-content/themes/webkit/header.php

    r239448 r239468  
    1212    <meta name="application-name" content="WebKit">
    1313
    14     <link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_uri(); ?>?20171013" media="all">
     14    <link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_uri(); ?>?20181220" media="all">
    1515    <link rel="stylesheet" href="https://www.apple.com/wss/fonts?families=SF+Pro,v1" type="text/css">
    1616    <meta name="supported-color-schemes" content="light dark">
Note: See TracChangeset for help on using the changeset viewer.