Bug in subSilver stylesheet?

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Locked
manoj
Registered User
Posts: 32
Joined: Sun Jun 04, 2006 6:03 pm

Bug in subSilver stylesheet?

Post by manoj »

Is it just me, or is this a bug in subSilver's stylesheet?

Code: Select all

.quotetitle, .attachtitle {
	margin: 10px 5px 0px 5px;
	....
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	....
	color: #4B5C77;
}
Isn't the second quotetitle supposed to be attachtitle? And couldn't the second CSS part just be in the first one since they're both quotetitle and attachtitle?

manoj
Registered User
Posts: 32
Joined: Sun Jun 04, 2006 6:03 pm

Re: Bug in subSilver stylesheet?

Post by manoj »

Oops I posted in the wrong forums..lemme lock the topic myself :?

Locked