Skip to content

Commit 59b6b42

Browse files
committed
Upgrade Bulma CSS library to latest version 1.0.4
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 3c00d60 commit 59b6b42

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

scancodeio/static/bulma-1.0.2.min.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

scancodeio/static/bulma-1.0.4.min.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scancodeio/static/bulma-1.0.2.min.css.ABOUT renamed to scancodeio/static/bulma-1.0.4.min.css.ABOUT

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
about_resource: bulma-1.0.2.min.css
1+
about_resource: bulma-1.0.4.min.css
22
name: bulma
3-
version: 1.0.2
4-
download_url: https://github.com/jgthms/bulma/releases/download/1.0.2/bulma-1.0.2.zip
3+
version: 1.0.4
4+
download_url: https://github.com/jgthms/bulma/releases/download/1.0.4/bulma-1.0.4.zip
55
description: Modern CSS framework based on Flexbox
66
homepage_url: https://bulma.io
7-
package_url: pkg:github/jgthms/bulma@1.0.2?download_url=https://github.com/jgthms/bulma/releases/download/1.0.2/bulma-1.0.2.zip
7+
package_url: pkg:github/jgthms/bulma@1.0.4?download_url=https://github.com/jgthms/bulma/releases/download/1.0.4/bulma-1.0.4.zip
88
license_expression: mit
99
copyright: Copyright Jeremy Thomas
1010
attribute: yes

scanpipe/templates/scanpipe/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>{% block title %}ScanCode.io{% endblock %}</title>
88
<link rel="icon" href="{% static 'favicon.ico' %}">
9-
<link rel="stylesheet" href="{% static 'bulma-1.0.2.min.css' %}" crossorigin="anonymous">
9+
<link rel="stylesheet" href="{% static 'bulma-1.0.4.min.css' %}" crossorigin="anonymous">
1010
<link rel="stylesheet" href="{% static 'highlight-10.6.0.css' %}" crossorigin="anonymous">
1111
<link rel="stylesheet" href="{% static 'main.css' %}" crossorigin="anonymous">
1212
{% block extrahead %}{% endblock %}

0 commit comments

Comments
 (0)