From 41950a625fd205b21d10a261eaea74d68486b385 Mon Sep 17 00:00:00 2001 From: Toni Uebernickel Date: Sun, 25 Dec 2011 14:49:49 +0100 Subject: [PATCH] [WebProfilerBundle] add margin-bottom to caption --- .../Bundle/WebProfilerBundle/Resources/public/css/profiler.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css index 6236c648f0c46..834c4f84a1db2 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css @@ -50,6 +50,9 @@ button { font-weight: bold; } +caption { + margin-bottom: 7px; +} table, tr, th, td { border-collapse: collapse; border: 1px solid #d0dbb3;