mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-28 04:00:43 +02:00
17 lines
159 B
CSS
17 lines
159 B
CSS
#header {
|
|
background: none;
|
|
border: 0;
|
|
}
|
|
#switch {
|
|
display: none;
|
|
}
|
|
#sidebar {
|
|
display: none;
|
|
}
|
|
#content {
|
|
border: 0;
|
|
}
|
|
#footer {
|
|
display: none;
|
|
}
|