瀏覽代碼

[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;
     font-weight: bold;
 }
 }
 
 
+caption {
+    margin-bottom: 7px;
+}
 table, tr, th, td {
 table, tr, th, td {
     border-collapse: collapse;
     border-collapse: collapse;
     border: 1px solid #d0dbb3;
     border: 1px solid #d0dbb3;