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

Key: IDEADEV-12129
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

IDEA should warn me if different CSS declarations for the same element (class, id) in the same file overwrite each other.

Created: 22 Nov 06 13:27   Updated: 29 Nov 06 17:38
Component/s: CSS Editing
Fix Version/s: None

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

Build: 6,107


 Description  « Hide
For instance, if we have these two declaration in the same css file:

title_underlined {

border-bottom: #a6a6a6 1px solid;
margin-top: 2em;
color: black;
padding-bottom: 0.1em;
}

title_underlined { border-bottom: #dbdbdb 1px solid; font-weight: bolder; margin-top: 1.5em; }



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