Closed (duplicate)
Project:
Site Documentation
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2009 at 08:16 UTC
Updated:
16 Feb 2010 at 17:50 UTC
Hiya...finding the Site Documentation module really handy.
Whilst putting together a theme for a new Drupal site using a sub-theme of the Zen project, I noticed that sitedoc.css is adding a margin-left to all
within the site, the line currently reads:
.sitedoc_options input, select {
margin-left: 1.0em;
}
should be changed to the following to avoid conflicts with other CSS styles:
.sitedoc_options input, .sitedoc_options select {
margin-left: 1.0em;
}
Hope that helps.
Comments
Comment #1
nancydru#371742: Typo in css