소스 검색

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