فهرست منبع

[WebProfilerBundle] add margin-bottom to caption

Toni Uebernickel 13 سال پیش
والد
کامیت
41950a625f
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css

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