Prepared application template style for using html tags (with 'version.text|safe|linebreaks').

This commit is contained in:
Emanuel Schuetze 2011-11-24 21:06:39 +01:00
parent a2db589272
commit 7942de0370
2 changed files with 7 additions and 9 deletions

View File

@ -206,13 +206,10 @@
</a>
</div>
{% endif %} {# end perms.application.can_support_application #}
</div> <!-- end sidebar -->
<div>
<div id="main">
<h1>
{% if application.number != None %}
{% trans "Application No." %} {{ application.number }}

View File

@ -467,12 +467,13 @@ ul.results {
padding:0;
}
/* Fieldsets */
fieldset {
width: 0px;
padding: 0 60px 0 20px;
/* Main container */
#main ul{
list-style: disc inside;
}
#main table {
width: auto;
}
/* Misc */
#sidebar {