Plugin Directory

Changeset 690810


Ignore:
Timestamp:
04/02/2013 08:53:06 PM (13 years ago)
Author:
setzer
Message:

Minor readme.txt corrections

Location:
side-matter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • side-matter/tags/0.8/readme.txt

    r690807 r690810  
    171171* 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:
    172172
     173
    173174    div.side-matter-text > p {
    174175        text-indent: 1em;
  • side-matter/trunk/readme.txt

    r690807 r690810  
    171171* 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:
    172172
     173
    173174    div.side-matter-text > p {
    174175        text-indent: 1em;
Note: See TracChangeset for help on using the changeset viewer.