Ticket #2110 (new enhancement)
Unneccesary repeated CSS styles
| Reported by: | jefftchan | Owned by: | sharvey |
|---|---|---|---|
| Priority: | trivial | Milestone: | E-Commerce 0.6.0 |
| Component: | Modules - ecommerce | Version: | |
| Severity: | medium effort / impact | Keywords: | |
| Cc: | Hours: |
Description
There are several cases in the stylesheets where there are duplicates of the same styles.
For example, Product.css and ProductGroup?.css both contain
#Layout h2{
font-size: 2em;
color: #4EA3D7;
margin: 15px 0;
font-weight:normal;
font-family: Tahoma, Verdana, sans-serif;
}
#Layout h2 a{
color:#3E91C4;
text-decoration:none;
}
#Layout a:hover {
text-decoration:underline;
}
#ProductGroup {
margin-left: 230px;
}
Change History
Note: See
TracTickets for help on using
tickets.
