From 6b129ceaad2edcc4578190595a418406febc088d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 11 Jan 2021 00:59:33 +0100 Subject: [PATCH] MkDocs Materials 6.2.4 --- docs/assets/stylesheets/extra.css | 12 ------------ hack/docs.Dockerfile | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 350788d3..1f660e25 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -1,15 +1,3 @@ -.md-logo { - width: 40px; - height: 40px; - padding-bottom: 2px; - padding-top: 2px; -} - -.md-logo img { - width: 40px; - height: 40px; -} - .md-header-nav__title { font-size: .85rem; } diff --git a/hack/docs.Dockerfile b/hack/docs.Dockerfile index c3613dac..475ce4bb 100644 --- a/hack/docs.Dockerfile +++ b/hack/docs.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.2 -FROM squidfunk/mkdocs-material:6.1.7 AS base +FROM squidfunk/mkdocs-material:6.2.4 AS base RUN apk add --no-cache \ git \ git-fast-import \