Change from period (.) to colon (:) on line 62 of secondary-links.css

#navigation-secondary li a.active

should be changed to:

#navigation-secondary li a:active

Comments

th.sigit’s picture

Another typo:

node.css line 129

span.node-status-unpublished{
	font-size: 0.8em:
	...
	...
}

should be

font-size: 0.8em;

and

BhumikaVarshney’s picture

Issue summary: View changes
Status: Active » Reviewed & tested by the community

gaurav.kapoor’s picture

Version: 7.x-3.0-beta9 » 7.x-4.x-dev
Status: Reviewed & tested by the community » Fixed
gaurav.kapoor’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.