From 54a39937d175dff48e1188b5ed524440c672834b Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 23 Aug 2020 09:29:24 +0300 Subject: [PATCH] indexed the page --- pages/tokipona/index.md | 2 ++ static/style.css.h | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/pages/tokipona/index.md b/pages/tokipona/index.md index 76edfa8..737381c 100644 --- a/pages/tokipona/index.md +++ b/pages/tokipona/index.md @@ -122,6 +122,8 @@ language's 120 word dictionary. * ["insa pi supa lape" -- an original sitelen pona font](supalape.html) +* ["jan lawa pi linja ilo", a translation rom hack](jan_lawa_pi_linja_ilo.html) + ## Software Here are links to some software that I personally found useful: diff --git a/static/style.css.h b/static/style.css.h index c37faa6..ff402dc 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -141,6 +141,10 @@ th, td { font-family: serif; } +.content img { + max-width: 100%; +} + .content a, .content a:visited { color: C_LINK; }