1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Merge pull request #43 from barryvdh/patch-1

Reset box-sizing
This commit is contained in:
Maxime Bouroumeau-Fuseau 2013-11-01 08:24:10 -07:00
commit a7e1479ed4

View File

@ -12,6 +12,10 @@ div.phpdebugbar {
text-align: left;
}
div.phpdebugbar * {
box-sizing: content-box;
}
/* -------------------------------------- */
div.phpdebugbar-header {