1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Add more reset styles

This commit is contained in:
Barry vd. Heuvel 2015-02-02 13:51:20 +01:00
parent 060fbaf6a4
commit db6dda22af

View File

@ -10,6 +10,7 @@ div.phpdebugbar {
font-size: 14px;
color: #000;
text-align: left;
line-height: 1;
}
div.phpdebugbar-drag-capture {
@ -29,18 +30,29 @@ div.phpdebugbar-closed {
}
div.phpdebugbar * {
margin: 0;
padding: 0;
border: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
-moz-box-sizing: content-box;
box-sizing: content-box;
div.phpdebugbar ol, div.phpdebugbar ul {
list-style: none;
}
div.phpdebugbar table {
border-collapse: collapse;
border-spacing: 0;
}
div.phpdebugbar code, div.phpdebugbar pre {
background: none;
font-family: monospace;
font-size: 1em;
border: 0;
padding: 0;
margin: 0;
background: none;
font-family: monospace;
font-size: 1em;
border: 0;
padding: 0;
margin: 0;
}
a.phpdebugbar-restore-btn {