diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/edit.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 78af32d..b857c03 100644 --- a/templates/base.html +++ b/templates/base.html @@ -77,7 +77,7 @@ #content{ } #main{ font: 100% "Trebuchet MS", sans-serif; width:95%; } .code{font: 110% "Courier", fixed} - .infopanel { padding-left: 10px; } + .infopanel { padding-left: 10px; padding-bottom: 10px;} .infopanel label { display:block; } div .hidden {visibility:hidden;} div .ms2side__div {width: 300%;} diff --git a/templates/edit.html b/templates/edit.html index e29ec7c..214af95 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -6,7 +6,7 @@ {% block content %} <form method="POST"> <div class="ui-widget-content ui-corner-all infopanel"> - <h3>{{formtitle}}</h3> + <h1>{{formtitle}}</h1> <table> {% for field in form %} <tr> |