Ticket #2110 (new enhancement)

Opened 12 months ago

Last modified 4 months ago

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

Changed 11 months ago by wojtek

I'll take careof this right after ghop - I think that we could easily minimize the number of bytes in the themes - there is a lot of unnecessairy declarations there...

Changed 9 months ago by sharvey

  • milestone set to E-Commerce 0.6.0-rc1

Changed 6 months ago by rlouis

I think it's all of the Css that has to be cleaned in the Ecommerce. As you said there is too much duplicates.

Changed 6 months ago by rlouis

  • owner changed from sharvey to rlouis

Changed 4 months ago by sharvey

  • owner changed from rlouis to sharvey
Note: See TracTickets for help on using tickets.