aboutsummaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-15 14:39:15 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-15 14:39:15 +0200
commit4c0efd5c0e0237facd6c754667c97b4ce7aa3506 (patch)
treec03764a2b2b3de219a407265b50b0dcb13b821b7 /assets/style.css
parent4026a2e245996fb4d2b4d40268f72884e078c69d (diff)
downloadreploy-4c0efd5c0e0237facd6c754667c97b4ce7aa3506.tar.gz
reploy-4c0efd5c0e0237facd6c754667c97b4ce7aa3506.tar.bz2
make the tagging work properly
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index 87481bd..e5474db 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -84,6 +84,15 @@ h6 {
font-weight: 300;
}
+.sidebox ol {
+ padding-left: 1em;
+}
+
+.sidebox ul {
+ padding-left: 0em;
+ list-style-type: none;
+}
+
/* layout */
header {