This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .page-content, | |
| .entry-content, | |
| .mceContentBody { | |
| // styles in entry-content. | |
| /* Headings */ | |
| h1 { | |
| } | |
| h2 { | |
| } | |
| h3 { | |
| } | |
| h4 { | |
| } | |
| h5 { | |
| } | |
| h6 { | |
| } | |
| /* Blockquotes */ | |
| blockquote { | |
| } | |
| /* Tables */ | |
| table { | |
| th { | |
| } | |
| td { | |
| } | |
| } | |
| /* Definition Lists */ | |
| dl { | |
| dt { | |
| } | |
| dd { | |
| } | |
| } | |
| /* Unordered Lists (Nested) */ | |
| ul { | |
| li { | |
| } | |
| } | |
| /* Ordered List (Nested) */ | |
| ol { | |
| li { | |
| } | |
| } | |
| /* Anchor Tag (aka. Link) */ | |
| a { | |
| } | |
| /* Preformatted Tag */ | |
| pre { | |
| } | |
| } |