Make WordPress Themes


Ignore:
Timestamp:
03/29/2023 07:15:37 PM (3 years ago)
Author:
themedropbox
Message:

New version of Twenty Fourteen - 3.6

Location:
twentyfourteen/3.6
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • twentyfourteen/3.6/css/editor-blocks.css

    r151902 r188114  
    365365
    366366.wp-block-pullquote {
     367    margin: 0;
     368}
     369
     370.editor-styles-wrapper .wp-block-pullquote {
    367371    border: 0;
    368     margin: 0;
    369372}
    370373
     
    377380}
    378381
     382.wp-block-pullquote.has-text-color blockquote,
     383.wp-block-pullquote.has-background blockquote,
     384.has-background .wp-block-pullquote blockquote,
     385.wp-block-pullquote.has-text-color cite,
     386.has-background .wp-block-pullquote cite,
     387.has-text-color .wp-block-pullquote__citation {
     388    color: inherit;
     389}
     390
    379391.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
    380392.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
Note: See TracChangeset for help on using the changeset viewer.