Active
Project:
Site Documentation
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2010 at 13:38 UTC
Updated:
15 Mar 2011 at 01:55 UTC
The sitedoc.css file contains:
.sitedoc_options input, select {
margin-left: 1.0em;
}
This should be:
.sitedoc_options input, .sitedoc_options select {
margin-left: 1.0em;
}
Comments
Comment #1
toomanypets commentedBump