From a1bdc8f28beb6be015c9d41f1d86de79597f0a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B0=D1=85=D0=B8=D1=9A=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=9B?= Date: Sun, 19 Sep 2021 19:20:38 +0200 Subject: [PATCH] Added .q/.a > ul formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Страхиња Радић --- index.css | 13 +++++++++++++ poe/index.slw | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 7c5dfaa..167fe30 100644 --- a/index.css +++ b/index.css @@ -120,6 +120,19 @@ pre margin-left: 1em; } +.q>ul, .a>ul +{ + display: block; + margin-top: -2em; + margin-left: -1em; +} + +.q>ul>li, +.a>ul>li +{ + text-indent: 0; +} + a { color: var(--anchor); diff --git a/poe/index.slw b/poe/index.slw index 928c8a6..3107396 100644 --- a/poe/index.slw +++ b/poe/index.slw @@ -19,9 +19,9 @@ meta: index-meta.csv {.q} **Q:**Why?{/.q} {.a} -**A:**- There should be no need for GNOME to edit .po files. - ~~~~- Some folks prefer terminal to GUI. - ~~~~- No, plugin for vi(m) isn't enough.{/.a} +**A:**{ul}{li}There should be no need for GNOME to edit .po files.{/li} + {li}Some folks prefer terminal to GUI.{/li} + {li}No, plugin for vi(m) isn't enough.{/li}{/ul}{/.a} {.q} **Q:**Why C?{/.q} -- 2.38.4