Posted by GWL on May 3, 2006 at 10:35pm
| Project: | occy |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
In style.css ...
.thumbs {
text-align: center;
left-margin: auto;
right-margin: auto;
width: 100%;
}... instead of left-margin and right-margin, it should be margin-left and margin-right.