Bläddra i källkod

[WebProfilerBundle] add margin-bottom to caption

Toni Uebernickel 13 år sedan
förälder
incheckning
41950a625f

+ 3 - 0
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;