Plugin Directory

Changeset 690807


Ignore:
Timestamp:
04/02/2013 08:48:59 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

    r690805 r690807  
    7979
    8080= 0.8 =
    81 * `a` anchor elements within sidenotes have been removed, correcting a stubborn layout issue. Reference numerals now link to sidenotes via `li id`.
    8281* Added an option to display sidenotes on selected page types.
    8382* Plugin documentation now includes a guide to [styling Side Matter elements with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/).
    8483* Reduced specificity for CSS defaults in `side-matter.css`, allowing them to be more easily superseded by user CSS.
    85 * Side Matter now cleans up after itself upon uninstall by deleting its options field from the database.
     84* Removed the `a` anchor elements within sidenotes to correct a stubborn layout issue. Reference numerals now link to sidenotes via `li id`.
     85* Side Matter now erases its options field from the database upon deletion.
    8686* Widget admin panel now links to plugin options menu on the Reading Settings screen.
    8787
  • side-matter/trunk/readme.txt

    r690805 r690807  
    7979
    8080= 0.8 =
    81 * `a` anchor elements within sidenotes have been removed, correcting a stubborn layout issue. Reference numerals now link to sidenotes via `li id`.
    8281* Added an option to display sidenotes on selected page types.
    8382* Plugin documentation now includes a guide to [styling Side Matter elements with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/).
    8483* Reduced specificity for CSS defaults in `side-matter.css`, allowing them to be more easily superseded by user CSS.
    85 * Side Matter now cleans up after itself upon uninstall by deleting its options field from the database.
     84* Removed the `a` anchor elements within sidenotes to correct a stubborn layout issue. Reference numerals now link to sidenotes via `li id`.
     85* Side Matter now erases its options field from the database upon deletion.
    8686* Widget admin panel now links to plugin options menu on the Reading Settings screen.
    8787
     
    172172
    173173    div.side-matter-text > p {
    174         text-indent: 1em;
     174        text-indent: 1em;
    175175    }
    176176
Note: See TracChangeset for help on using the changeset viewer.