~strahinja/strahinja.srht.site

ea71bc35472ac3dcab810af843bf77539c6b001d — Страхиња Радић 5 months ago 0c5b183
index.css: Update to be consistent with strahinja.org; change <aur_helper> to (aur_helper) in program pages

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

M index.css
M poe/index.gmi
M slweb/index.gmi
M table/index.gmi
M index.css => index.css +10 -4
@@ 1,6 1,6 @@
html, body
{
	font-family: Georgia, serif;
	font-family: sans-serif;
	font-size: 18px;
	color: #000;
	background-color: #fff;


@@ 70,7 70,7 @@ pre, code
pre
{
	line-height: 1.5em;
	padding: 1em 0;
	/*padding: 1em 0;*/
}

figure,


@@ 79,7 79,8 @@ pre,
.scroll
{
	overflow: auto hidden;
	margin: 0 auto;
	/*margin: 0 auto;*/
	margin: 1em auto;
}

figure>a,


@@ 109,7 110,7 @@ dd
dd > ul
{
	margin-top: -3em;
	margin-left: 0;
	margin-left: 1em;
}

main > dl > dt,


@@ 177,6 178,11 @@ th:last-child, td:last-child
	line-height: normal;
}

.r
{
	font-style: normal;
}

@media(max-width: 400px)
{
dt,

M poe/index.gmi => poe/index.gmi +1 -1
@@ 74,7 74,7 @@ If a file config.redo exists in the build directory, it will be sourced when bui
## Install (Arch)

```
$ <aur_helper> -S poe
$ (aur_helper) -S poe
```



M slweb/index.gmi => slweb/index.gmi +1 -1
@@ 90,7 90,7 @@ If a file config.redo exists in the build directory, it will be sourced when bui
## Install (Arch)

```
$ <aur_helper> -S slweb
$ (aur_helper) -S slweb
```



M table/index.gmi => table/index.gmi +1 -1
@@ 52,7 52,7 @@ If a file config.redo exists in the build directory, it will be sourced when bui
## Install (Arch)

```
$ <aur_helper> -S table
$ (aur_helper) -S table
```