Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30033


Ignore:
Timestamp:
10/18/2014 06:08:31 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30033

    • Property Summary changed from TwentyFifteen editor-style - no padding to Twenty Fifteen: editor-style - no padding
  • Ticket #30033 – Description

    initial v1  
    55When the theme was first committed - the editor style set the body a max width of `660px` - so on larger screens it wasn't noticable.
    66
    7 This behaviour was lost in #29911 - the style rule was moved to use a less specific selector -  `body` instead of  `html .mce-content-body`
     7This behaviour was lost in [29911] - the style rule was moved to use a less specific selector -  `body` instead of  `html .mce-content-body`
    88
    99I think 2 things need to be done here.
    1010
    11 1 - revert the change in #29911 to use a more specific selector so max-width applies.
     111 - revert the change in [29911] to use a more specific selector so max-width applies.
    12122 - add some padding on the right of the content - without this there is no whitespace to the right of the content on smaller screens.
    1313