creativecommons / cc-resource-archive

Collection of resources on Creative Commons (CC) tools and other open topics
https://resources.creativecommons.org/
MIT License
56 stars 122 forks source link

[Bug] html markup contains inline styles #311

Closed possumbilities closed 1 month ago

possumbilities commented 1 month ago

Description

Various .html files make regular use of inline styles. EX: <div style="font-size: 1.4em;">.

Expectation

All styles should be within CSS files. In this case all of these inline styles should likely migrate to the style.css file.

Resolution

nandu-99 commented 1 month ago

@possumbilities Like can we make different css files for different html or all css should be in style.css only??, can you please clear me this, so that i can start working on this issue

Murdock9803 commented 1 month ago

Hello, At this time only index.html and all.html pages have the inline styling as far as i remember. I am working on a PR for index and all pages.