Make WordPress Core

Changeset 30562


Ignore:
Timestamp:
11/25/2014 06:11:02 AM (12 years ago)
Author:
azaozz
Message:

TwentyFifteen:

  • Fix image caption alignment in the editor.
  • Remove unused var from functions.js.

Also includes few images that were shrunk a bit when running grunt precommit.
Fixes #30493.

Location:
trunk/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css

    r30321 r30562  
    353353        max-width: 660px;
    354354        padding: 0;
    355         text-align: center;
     355        text-align: inherit;
    356356}
    357357
  • trunk/src/wp-content/themes/twentyfifteen/js/functions.js

    r30388 r30562  
    99        var $body, $window, $document, $sidebar, adminbarOffset, top = false,
    1010                bottom = false, windowWidth, windowHeight, lastWindowPos = 0,
    11                 topOffset = 0, documentHeight, sidebarWidth, sidebarHeight, resizeTimer;
     11                topOffset = 0, documentHeight, sidebarHeight, resizeTimer;
    1212
    1313        // Add dropdown toggle that display child menu items.
Note: See TracChangeset for help on using the changeset viewer.