Bad syntax in style.css
GWL - May 3, 2006 - 22:35
| Project: | occy |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
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.
