merged branch breerly/patch-1 (PR #5251)

Commits
-------

b7caf37 Adding more specific debug bar reset CSS.

Discussion
----------

Fixes #5250 - Adding more specific debug bar reset CSS.

This prevents frameworks like Foundation from getting past the reset.

Fixes #5250

---------------------------------------------------------------------------

by travisbot at 2012-08-13T19:10:38Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/2111135) (merged b7caf374 into 7bc6d6d1).
This commit is contained in:
Fabien Potencier 2012-08-13 21:57:58 +02:00
commit 82c0771419
1 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,10 @@
bottom: 0;
border-top: 1px solid #bbb;
}
.sf-toolbarreset span,
.sf-toolbarreset div {
font-size: 11px;
}
.sf-toolbarreset img {
width: auto;
display: inline;
@ -105,6 +109,11 @@
min-height: 13px;
}
.sf-toolbar-block .sf-toolbar-status abbr {
color: #fff;
border-bottom: 1px dotted black;
}
.sf-toolbar-block .sf-toolbar-status-green {
background-color: #759e1a;
}