Skip to content

Commit 48203fc

Browse files
committed
merged branch havvg/patch-1 (PR #2957)
Commits ------- 41950a6 [WebProfilerBundle] add margin-bottom to caption Discussion ---------- [WebProfilerBundle] add margin-bottom to caption --------------------------------------------------------------------------- by fabpot at 2011/12/26 13:15:57 -0800 What does it fix? --------------------------------------------------------------------------- by havvg at 2011/12/27 02:46:16 -0800 Just a minor design issue with table captions. Without: http://dl.dropbox.com/u/548684/PR2957/without-margin.png With: http://dl.dropbox.com/u/548684/PR2957/with-margin.png I currently hold it in a custom css, but thought it is generic enough to be put into the bundle. --------------------------------------------------------------------------- by henrikbjorn at 2011/12/27 04:03:53 -0800 @havvg What custom bundle is that ? and what does it show? look interesting --------------------------------------------------------------------------- by havvg at 2011/12/27 04:40:18 -0800 @henrikbjorn It's a bundle (not published yet, https://github.com/havvg/HavvgCloudcontrolBundle) adding features to fully utilize applications on http://cloudcontrol.com PaaS.
2 parents e6c6b46 + 41950a6 commit 48203fc

File tree

1 file changed

+3
-0
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/public/css

1 file changed

+3
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ button {
5050
font-weight: bold;
5151
}
5252

53+
caption {
54+
margin-bottom: 7px;
55+
}
5356
table, tr, th, td {
5457
border-collapse: collapse;
5558
border: 1px solid #d0dbb3;

0 commit comments

Comments
 (0)