io7m-com / cedarbridge

Cedarbridge message protocol specification language
https://www.io7m.com/software/cedarbridge
ISC License
0 stars 0 forks source link

Namespace CSS files #18

Closed io7m closed 2 years ago

io7m commented 2 years ago

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.