From 7af14780c61a702fc498a36e065aca4799066a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sun, 12 Feb 2023 01:00:50 +0100 Subject: [PATCH] Update style sheet so that it handles highlighted code using '' instead of '
'.

[GAMBAS WIKI]
* BUG: Update style sheet so that it handles highlighted code using '' instead of '
'.
---
 app/src/gambas-wiki/.public/style.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app/src/gambas-wiki/.public/style.css b/app/src/gambas-wiki/.public/style.css
index 052017aaa..ff82cff83 100644
--- a/app/src/gambas-wiki/.public/style.css
+++ b/app/src/gambas-wiki/.public/style.css
@@ -765,6 +765,13 @@ DIV.code PRE {
   border: none;
 }
 
+DIV.code TT {
+  display: block;
+  padding: 0.5em 1em;
+  margin-top: 0;
+  border: none;
+}
+
 IMG.screenshot {
   box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
 }