diff options
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; } } |