diff --git a/bulrush/static/css/main.less b/bulrush/static/css/main.less index 697b5b6..5f5be5a 100644 --- a/bulrush/static/css/main.less +++ b/bulrush/static/css/main.less @@ -77,8 +77,28 @@ article .section { footer.footer { position: relative; - .icon.is-small { - vertical-align: baseline; + .credits { + align-items: center; + display: flex; + justify-content: center; + + > * { + display: inline-block; + padding: 0 0.5rem; + + &:not(:last-child) { + border-right: 1px solid @darker-grey; + } + + &.badge { + height: 1.5rem; + padding-left: 0; + } + } + + .icon.is-small { + vertical-align: baseline; + } } .github-fork-ribbon-wrapper { diff --git a/bulrush/static/images/made-with-bulma--black.png b/bulrush/static/images/made-with-bulma--black.png new file mode 100644 index 0000000..8abe632 Binary files /dev/null and b/bulrush/static/images/made-with-bulma--black.png differ diff --git a/bulrush/templates/base.html b/bulrush/templates/base.html index 9e6bffa..f305422 100644 --- a/bulrush/templates/base.html +++ b/bulrush/templates/base.html @@ -5,7 +5,7 @@ {% block title %}{{ SITENAME }}{% endblock %} - + {% assets filters="less,yui_css", output="css/main.%(version)s.css", "css/main.less" %} {% endassets %} @@ -23,9 +23,9 @@
- @@ -33,24 +33,26 @@
-