diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-11 14:42:39 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-11 14:42:39 +0100 |
commit | e402b4d15a169effc16c51cd63ce6c8ce53b71a5 (patch) | |
tree | 82e1cce2a0995ef731f7d963d701ae76090fe078 /docs/gen | |
parent | 2ba9175278ad9d0f67419508ff9f196a34e9328b (diff) |
added gameplay concept
Diffstat (limited to 'docs/gen')
-rw-r--r-- | docs/gen/doc.m4 | 1 | ||||
-rw-r--r-- | docs/gen/style.css | 3 |
2 files changed, 4 insertions, 0 deletions
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 <!DOCTYPE html> 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; } } |