Opened 14 years ago
Closed 14 years ago
#3796 closed defect (fixed)
Wrong image urls in tundra.css
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
background:url("images/splitContainerSizerHThumb.png") no-repeat #ccc; background:url("images/splitContainerSizerVThumb.png") no-repeat #ccc;
should be:
background:url("images/splitContainerSizerH-thumb.png") no-repeat #ccc; background:url("images/splitContainerSizerV-thumb.png") no-repeat #ccc;
Thanks,
Gavin.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to dante |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
i'll hit this with #3661 incremental checkins. mucking around tundra.css a lot.