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

Merge pull request #37 from ciruz/master

little css changes
This commit is contained in:
Maxime Bouroumeau-Fuseau 2013-10-24 14:21:26 -07:00
commit c43e360d72
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ div.phpdebugbar {
z-index: 10000;
font-size: 14px;
color: #000;
text-align: left;
}
/* -------------------------------------- */

View File

@ -1,4 +1,3 @@
ul.phpdebugbar-widgets-list {
margin: 0;
padding: 0;
@ -124,6 +123,7 @@ ul.phpdebugbar-widgets-timeline {
height: 20px;
position: relative;
border-bottom: 1px solid #eee;
display: block;
}
ul.phpdebugbar-widgets-timeline li:hover {
background: #fafafa;
@ -289,4 +289,4 @@ div.phpdebugbar-widgets-mails li.phpdebugbar-widgets-list-item pre.phpdebugbar-w
padding: 5px;
border: 1px solid #ddd;
font-family: monospace;
}
}