From 07060ae5e636ab103cad4d1d753f2b5c1b0e929b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 4 Apr 2019 16:53:04 +0200 Subject: [PATCH] Visually separate docmeta a bit from the normal content --- xep.xsl | 2 +- xmpp.v2.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/xep.xsl b/xep.xsl index bcc552e9..b21980e7 100644 --- a/xep.xsl +++ b/xep.xsl @@ -195,7 +195,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.

XEP-:

-
+
Abstract
diff --git a/xmpp.v2.css b/xmpp.v2.css index 0259a230..111f78c1 100644 --- a/xmpp.v2.css +++ b/xmpp.v2.css @@ -660,6 +660,13 @@ content: counters(item, ".") ". "; counter-increment: item; } + + dl#docmeta { + margin-left: 1.5em; + margin-right: 1.5em; + padding: 1.5em; + border-left: 1px solid rgba(19, 181, 234, 1.0); + } } @media screen and ( min-width: 75em ) {