diff --git a/templates/basic/html.hbs b/templates/basic/html.hbs index 899dc77..c872d0f 100644 --- a/templates/basic/html.hbs +++ b/templates/basic/html.hbs @@ -19,6 +19,8 @@ } body { font-family: Sans; + max-width: 50em; + margin: auto; } @@ -27,4 +29,4 @@ {{{ body }}} - \ No newline at end of file + diff --git a/templates/basic/inherited.hbs b/templates/basic/inherited.hbs index 5fa591e..ad3a6bf 100644 --- a/templates/basic/inherited.hbs +++ b/templates/basic/inherited.hbs @@ -1,6 +1,4 @@ - -
- - +
+ {{name}} inherited from {{{type ancestor}}}
{{{inherited}}}
-
+