Ticket #300 (closed Bug: fixed)
CSS not valid - minor bug (request for correction)
| Reported by: | mansoft | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | General | Version: | FCKeditor 2.4.1 |
| Keywords: | Cc: |
Description
the file: /editor/css/fck_internal.css does not validate:
line 69 in version 2.4.1 is:
background-position: 1 center;
should be:
background-position: 1px center;
Change History
Note: See
TracTickets for help on using
tickets.