diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 2d64df2..b3bcf5f 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -13,6 +13,13 @@ font-family: Sans-Serif; } +% if ($hide_opts) { + body { + margin: 0; + padding: 0; + } +% } + div.outer { border: 0.2em solid #000066; width: 55em; |