Merge branch '1.0.x'

This commit is contained in:
William DURAND 2012-07-14 13:58:37 +02:00
commit b19822dde5
2 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@ pre {
padding: 10px; padding: 10px;
border: 1px solid #e5e0c6; border: 1px solid #e5e0c6;
margin-bottom: 15px; margin-bottom: 15px;
line-height:1.2em;
} }
table.fullwidth { table.fullwidth {

View File

@ -25,7 +25,7 @@
<div class="pane content selected"> <div class="pane content selected">
{% if data.documentation is defined and data.documentation is not empty %} {% if data.documentation is defined and data.documentation is not empty %}
<h4>Documentation</h4> <h4>Documentation</h4>
<p>{{ data.documentation|markdown }}</p> <div>{{ data.documentation|markdown }}</div>
{% endif %} {% endif %}
{% if data.requirements is defined and data.requirements is not empty %} {% if data.requirements is defined and data.requirements is not empty %}