Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace CSS files #18

Closed
io7m opened this issue Sep 20, 2022 · 0 comments
Closed

Namespace CSS files #18

io7m opened this issue Sep 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@io7m
Copy link
Member

io7m commented Sep 20, 2022

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.

@io7m io7m added the enhancement New feature or request label Sep 20, 2022
@io7m io7m self-assigned this Sep 20, 2022
@io7m io7m closed this as completed in 10a9dc5 Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant