From 3ea3bcfcc1d203482cfd0d2d42d9ab1062fde629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Fri, 10 Jul 2026 12:14:20 +0200 Subject: [PATCH] =?UTF-8?q?=C3=BAprava=20styl=C5=AF=20a=20rozhran=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _quarto.yml | 4 ++++ styles.css | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 10771f0..4e2570e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -8,6 +8,8 @@ website: # - href: index.qmd # text: Home # - about.qmd + repo-url: https://gitea.spacilovi.eu/david-spacil/help + repo-actions: [issue] sidebar: style: "docked" search: true @@ -23,6 +25,8 @@ format: theme: - cosmo - brand + link-external-icon: true + link-external-newwindow: true css: styles.css toc: true diff --git a/styles.css b/styles.css index 2ddf50c..6cede45 100644 --- a/styles.css +++ b/styles.css @@ -1 +1,10 @@ /* css styles */ + +p, li { + text-align: justify; +} + +.img-float-left { + float: left; + margin: 10px 10px 10px 0; +} \ No newline at end of file