~strahinja/strahinja.srht.site

a1bdc8f28beb6be015c9d41f1d86de79597f0a5c — Страхиња Радић 1 year, 8 months ago 54438c7
Added .q/.a > ul formatting

Signed-off-by: Страхиња Радић <contact@strahinja.org>
2 files changed, 16 insertions(+), 3 deletions(-)

M index.css
M poe/index.slw
M index.css => index.css +13 -0
@@ 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);

M poe/index.slw => poe/index.slw +3 -3
@@ 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}