From 1c4ed7902d55f967c26668ad0a7f6a644bb85964 Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Fri, 13 Jul 2012 17:52:52 +0100 Subject: [PATCH 1/2] Incremented line-height on
 elements

---
 Resources/public/css/screen.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css
index d43d65e..7632caa 100644
--- a/Resources/public/css/screen.css
+++ b/Resources/public/css/screen.css
@@ -222,6 +222,7 @@ pre {
   padding: 10px;
   border: 1px solid #e5e0c6;
   margin-bottom: 15px;
+  line-height:1.2em;
 }
 pre code {
   line-height: 1.6em;

From 59a6b87f7142c0334a2ec6a701d0b69d2f397689 Mon Sep 17 00:00:00 2001
From: William DURAND 
Date: Sat, 14 Jul 2012 13:52:52 +0200
Subject: [PATCH 2/2] Add div instead of p for documentation content

---
 Resources/views/method.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/views/method.html.twig b/Resources/views/method.html.twig
index b09f2d8..bd1ae09 100644
--- a/Resources/views/method.html.twig
+++ b/Resources/views/method.html.twig
@@ -25,7 +25,7 @@
         
{% if data.documentation is defined and data.documentation is not empty %}

Documentation

-

{{ data.documentation|markdown }}

+
{{ data.documentation|markdown }}
{% endif %} {% if data.requirements is defined and data.requirements is not empty %}