noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: a85907104bdb5e2122b7946c25fcfdeea6443a9b
parent: 10132dec34c4da8724b5cb3b108c4ecee2c643c5
author: Chris Noxz <chris@noxz.tech>
date:   Sat, 2 Nov 2019 17:46:14 +0100
Fix some errors and publish new twtxt
Mnoxz.tech/guides/groff/writing_a_resume_in_groff/index.md6+++---
Mnoxz.tech/pub/style.css10+++++++++-
Mnoxz.tech/twtxt.txt1+
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/noxz.tech/guides/groff/writing_a_resume_in_groff/index.md b/noxz.tech/guides/groff/writing_a_resume_in_groff/index.md
@@ -18,9 +18,9 @@ To begin with let's add some settings in the head of the document.
     .nr VS 15p
     .ds CH
 
-In the section above we have specified the font family *T*, a point size of 
-*10p*, a line spacing of *15p* and also disabled the page numbering (by letting 
-the center of the header to be blank).
+In the section above we have specified the font family *T* (times), a point 
+size of *10p*, a line spacing of *15p* and also disabled the page numbering (by 
+letting the center of the header be blank).
 
 Coloring
 --------
diff --git a/noxz.tech/pub/style.css b/noxz.tech/pub/style.css
@@ -212,8 +212,16 @@ pre code {
     background      : inherit;
 }
 
+.article {
+    margin-top      : 3em;
+}
+
+.article:first-child {
+    margin-top      : 0;
+}
+
 .article h1 {
-    margin-bottom   : 0em;
+    margin-bottom   : 0;
 }
 
 .article .article-date {
diff --git a/noxz.tech/twtxt.txt b/noxz.tech/twtxt.txt
@@ -24,3 +24,4 @@
 2019-09-17T09:14:08+02:00	Apple, not so secure after all: https://www.youtube.com/watch?v=zvTKikwUMRg
 2019-10-09T20:35:33+02:00	Published a new article about ksh, and vi mode
 2019-10-23T20:15:57+02:00	Published a new guide about resumes in groff!
+2019-11-02T17:45:39+01:00	xrectdraw published at https://noxz.tech/git/xrectdraw