History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-11980
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: sashka
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Merge overwritten CSS properties

Created: 17 Apr 06 15:40   Updated: 17 Nov 06 18:33
Component/s: CSS Editing
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,231


 Description  « Hide
Currently the "CSS property overwritten" inspection has only one resolution type (remove property). In number of cases, those properties can be merged:

margin:0;
margin-top:20px;

could be merged into: margin: 20px 0 0 0;



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.