Changeset 690810
- Timestamp:
- 04/02/2013 08:53:06 PM (13 years ago)
- Location:
- side-matter
- Files:
-
- 2 edited
-
tags/0.8/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
side-matter/tags/0.8/readme.txt
r690807 r690810 171 171 * If a sidenote contains multiple paragraphs, WordPress will wrap the text in `p` (paragraph) tags. Because they are generated outside Side Matter, these `p` elements cannot be selected directly using the `side-matter` class. Use the [child selector](http://www.htmldog.com/guides/css/advanced/selectors/) method instead: 172 172 173 173 174 div.side-matter-text > p { 174 175 text-indent: 1em; -
side-matter/trunk/readme.txt
r690807 r690810 171 171 * If a sidenote contains multiple paragraphs, WordPress will wrap the text in `p` (paragraph) tags. Because they are generated outside Side Matter, these `p` elements cannot be selected directly using the `side-matter` class. Use the [child selector](http://www.htmldog.com/guides/css/advanced/selectors/) method instead: 172 172 173 173 174 div.side-matter-text > p { 174 175 text-indent: 1em;
Note: See TracChangeset
for help on using the changeset viewer.