Validating this theme at http://d-theme.com/soldier shows one CSS error.
407 .comment_add a Parse Error ,

Comments

garystorey’s picture

Assigned: Unassigned » garystorey
garystorey’s picture

Status: Active » Closed (fixed)
peterx’s picture

Version: 6.x-1.2 » 6.x-1.3
Status: Closed (fixed) » Needs work

http://d-theme.com/soldier is at 1.3 and still shows the CSS error in .comment_add a,. Removing the training , fixed the error. Change from:

.comment_add a, {
	background: url("./images/comment.gif") no-repeat left 50%;
	padding-left:20px;
}

to:

.comment_add a {
	background: url("./images/comment.gif") no-repeat left 50%;
	padding-left:20px;
}

reset.css is missing.

garystorey’s picture

interesting. I removed the comma before submitting v1.3. I will take a look.

garystorey’s picture

Status: Needs work » Closed (fixed)

Hopefully taken care of. I am far from an expert on CVS....