Organized Docs WordPress Plugin

New CSS Styles For 2.1

Organized Docs version 2.1 has completely rewritten the CSS to leave a more neutral style in order to fit seamlessly into more themes.

Previously, a different text color was applied to .organized-docs-active-side-item > a. Now, instead of a text color, a gray background color is given.

Previously, a different text color was applied to #organized-docs-menu li a.active-docs-item and to #organized-docs-menu li.current_page_item > a. Now, instead of a text color, a gray background color is given.

Changes made to the CSS IDs:

#primary changed to #docs-primary
#content changed to #docs-content
#content-sidebar changed to #docs-content-sidebar

Changes made to the CSS classes:

.content-area changed to .docs-content-area
.site-content changed to .docs-site-content
.entry-content changed to .docs-entry-content
.entry-header changed to .docs-entry-header
.content-sidebar changed to .docs-content-sidebar

Updated on May 16, 2015

Questions and Comments are Welcome

Your email address will not be published. All comments will be moderated.

Please wrap code in "code" bracket tags like this:

[code]

YOUR CODE HERE 

[/code]