mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
other css tweaks
This commit is contained in:
parent
e6bf5d9ea5
commit
9426b42a33
|
|
@ -2,6 +2,10 @@ div.phpdebugbar {
|
|||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.phpdebugbar pre {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.phpdebugbar div.phpdebugbar-header > div > * {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
|
@ -41,6 +45,7 @@ div.phpdebugbar {
|
|||
|
||||
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label {
|
||||
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.phpdebugbar pre, .phpdebugbar code {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user