Typo in css
attiks - February 9, 2009 - 21:19
| Project: | Site Documentation |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
There's a typo in the sitedoc.css
.sitedoc_options input, select {
margin-left: 1.0em;
}should be
.sitedoc_options input, .sitedoc_options select {
margin-left: 1.0em;
}
#1
Committed on both branches.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.