Make WordPress Core

Changeset 26364


Ignore:
Timestamp:
11/24/2013 09:46:17 PM (11 years ago)
Author:
azaozz
Message:

TinyMCE: use CSS classes instead of instance specific IDs for styling, props mattheu, fixes #26197.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r26315 r26364  
    10721072}
    10731073
    1074 #wp-content-editor-tools {
     1074.wp-editor-tools {
    10751075    position: relative;
    10761076    z-index: 1;
    10771077}
    10781078
    1079 #wp-content-editor-container {
     1079.wp-editor-container {
    10801080    clear: both;
    10811081    position: relative;
Note: See TracChangeset for help on using the changeset viewer.