From e402b4d15a169effc16c51cd63ce6c8ce53b71a5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 11 Feb 2023 14:42:39 +0100 Subject: added gameplay concept --- docs/gen/doc.m4 | 1 + docs/gen/style.css | 3 +++ 2 files changed, 4 insertions(+) (limited to 'docs/gen') diff --git a/docs/gen/doc.m4 b/docs/gen/doc.m4 index 5719b54..b5edceb 100644 --- a/docs/gen/doc.m4 +++ b/docs/gen/doc.m4 @@ -3,6 +3,7 @@ define(`docname', NAME, `pve', `Pakket van eisen', NAME, `research', `Research document', NAME, `design', `Design document', + NAME, `gameplay', `Game design document', `UNKNOWN???'))dnl diff --git a/docs/gen/style.css b/docs/gen/style.css index 7179ded..a162289 100644 --- a/docs/gen/style.css +++ b/docs/gen/style.css @@ -106,4 +106,7 @@ display: block; margin: 0 auto; } + + img[title="small"] { max-width: 5cm; } + img[title="medium"] { max-width: 8cm; } } -- cgit v1.2.3