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

CSS updates #607

Merged
merged 3 commits into from
Apr 7, 2022
Merged

CSS updates #607

merged 3 commits into from
Apr 7, 2022

Commits on Apr 7, 2022

  1. Update bulma to 0.9.3

    To compute the digest:
    
    $ curl https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.css -s | openssl dgst -sha384 -binary | openssl base64 -A
    etiennebarrie committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    15b7931 View commit details
    Browse the repository at this point in the history
  2. Use a digest for the inline style

    The content for the digest is everything in the style tag, strictly
    after the ">" and before the "<", so it starts with a line feed ("\n")
    and ends with the spaces for indentation.
    etiennebarrie committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    3ba21de View commit details
    Browse the repository at this point in the history
  3. Remove warnings about CSP in Firefox

    That's just for the dummy app though.
    etiennebarrie committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    b182d46 View commit details
    Browse the repository at this point in the history