Namespace CSS files
io7m opened this issue · 0 comments
io7m commented
Currently, the XHTML says:
<link href="reset.css" rel="stylesheet" type="text/css"/>
<link href="document.css" rel="stylesheet" type="text/css"/>
It should say something more like:
<link href="cedarbridge-reset.css" rel="stylesheet" type="text/css"/>
<link href="cedarbridge-document.css" rel="stylesheet" type="text/css"/>
<link href="cedarbridge-custom.css" rel="stylesheet" type="text/css"/>
Where cedarbridge-custom
is only present if a custom CSS option is specified.