úprava stylů a rozhraní
This commit is contained in:
@@ -8,6 +8,8 @@ website:
|
|||||||
# - href: index.qmd
|
# - href: index.qmd
|
||||||
# text: Home
|
# text: Home
|
||||||
# - about.qmd
|
# - about.qmd
|
||||||
|
repo-url: https://gitea.spacilovi.eu/david-spacil/help
|
||||||
|
repo-actions: [issue]
|
||||||
sidebar:
|
sidebar:
|
||||||
style: "docked"
|
style: "docked"
|
||||||
search: true
|
search: true
|
||||||
@@ -23,6 +25,8 @@ format:
|
|||||||
theme:
|
theme:
|
||||||
- cosmo
|
- cosmo
|
||||||
- brand
|
- brand
|
||||||
|
link-external-icon: true
|
||||||
|
link-external-newwindow: true
|
||||||
css: styles.css
|
css: styles.css
|
||||||
toc: true
|
toc: true
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,10 @@
|
|||||||
/* css styles */
|
/* css styles */
|
||||||
|
|
||||||
|
p, li {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-float-left {
|
||||||
|
float: left;
|
||||||
|
margin: 10px 10px 10px 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user