Closed (works as designed)
Project:
Zen
Version:
6.x-1.0
Component:
layout.css
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2009 at 04:54 UTC
Updated:
5 Nov 2009 at 14:52 UTC
There are a couple of instances where the "strong" tag is used in the zen tpl files. Just wondering if this can be removed so that the ID that contains the element can be used to format the object using pure CSS. The instance I can think of off the top of my head is in the page.tpl.php. Within ID site-name there's a "strong".
Comments
Comment #1
johnalbinYou can still style a
<strong>using CSS. Zen uses<strong>for semantic purposes, not for styling purposes.