From b09dd8ff019b4ddc7447ee5c8305f8a8daccd820 Mon Sep 17 00:00:00 2001 From: octospacc Date: Fri, 27 May 2022 16:42:08 +0200 Subject: [PATCH] Fix CSS (ancora) --- Assets/Standard.css | 2 +- Templates/Standard.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/Standard.css b/Assets/Standard.css index c7d63e9..654de7a 100644 --- a/Assets/Standard.css +++ b/Assets/Standard.css @@ -56,7 +56,7 @@ ul { Width: 100%; Padding: var(--ContentPadding); } -#TopBox * { +#TopBox h1, #TopBox h2, #TopBox h3, #TopBox h4, #TopBox h5, #TopBox h6 { Display: Inline; } #LeftBox, #LeftBoxContainer { diff --git a/Templates/Standard.html b/Templates/Standard.html index 05135bb..ed4166f 100644 --- a/Templates/Standard.html +++ b/Templates/Standard.html @@ -18,7 +18,7 @@
- +
@@ -28,7 +28,7 @@
- +
@@ -40,7 +40,7 @@
- +
[HTML:Part:Standard/BottomBox.html]