From daf153baab30527868d7fd280ac7aec93371cc6f Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sat, 24 Jun 2023 14:17:59 +0200 Subject: [PATCH] set logo dimensions to max-height and max-width, absolute path to logo built with flatpress vars, add flatpress logo --- header.tpl | 2 +- imgs/flatpress-logo-solo.svg | 433 +++++++++++++++++++++++++++++++++++ res/common.css | 6 +- 3 files changed, 437 insertions(+), 4 deletions(-) create mode 100644 imgs/flatpress-logo-solo.svg diff --git a/header.tpl b/header.tpl index b96818e..7f10713 100644 --- a/header.tpl +++ b/header.tpl @@ -17,7 +17,7 @@

{$flatpress.SUBTITLE}

- +
diff --git a/imgs/flatpress-logo-solo.svg b/imgs/flatpress-logo-solo.svg new file mode 100644 index 0000000..02fcb7f --- /dev/null +++ b/imgs/flatpress-logo-solo.svg @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/common.css b/res/common.css index de69a7c..f9cf4d9 100644 --- a/res/common.css +++ b/res/common.css @@ -179,12 +179,12 @@ h6 { font-size: 0.9em } padding-right: 10px; padding-top: 3px; float: right; + } #logo-img { /*background: url("../imgs/Mandrake-Tux_redraw.png");*/ - - height: 120px; - + max-height: 120px; + max-width: 90px; } #clear-container {