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

Inline styles in jsp should be removed #260

Open
GerbenRienk opened this issue Aug 2, 2021 · 1 comment · Fixed by #259 or #261
Open

Inline styles in jsp should be removed #260

GerbenRienk opened this issue Aug 2, 2021 · 1 comment · Fixed by #259 or #261
Assignees
Labels
enhancement New feature or request

Comments

@GerbenRienk
Copy link
Collaborator

Description:
All inline-styles in the jsp pages should be removed. This mostly takes the form of:
table border="1" cellpadding="5" etc.
which should be replaced by:
table class="my_special_table"
and then .my_special_table should be defined in the stylesheet.

Requirements:
N.a.

Additional context (optional):
The goal is to come to a situation where all appearances are defined by the stylesheet or sheets.

@GerbenRienk GerbenRienk added the enhancement New feature or request label Aug 2, 2021
@GerbenRienk GerbenRienk linked a pull request Aug 2, 2021 that will close this issue
@toskrip toskrip reopened this Aug 4, 2021
@toskrip
Copy link
Collaborator

toskrip commented Aug 4, 2021

reopened because there will be more commits focused on cleanup of other views linked to this issue.

@toskrip toskrip linked a pull request Aug 9, 2021 that will close this issue
@toskrip toskrip reopened this Aug 9, 2021
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
2 participants