parent
ef2336f90b
commit
47c79b82bd
After Width: | Height: | Size: 160 B |
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 201 B |
After Width: | Height: | Size: 158 B |
After Width: | Height: | Size: 146 B |
File diff suppressed because one or more lines are too long
@ -0,0 +1,21 @@
|
|||||||
|
.devbar {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
font-family: monospace;
|
||||||
|
background-color: #ccc;
|
||||||
|
}
|
||||||
|
.devbar ol {
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.devbar ol li {
|
||||||
|
padding: .5rem;
|
||||||
|
border: 1px solid black;
|
||||||
|
margin: .5rem;
|
||||||
|
}
|
||||||
|
.devbar ol li pre {
|
||||||
|
margin: 0;
|
||||||
|
}
|
Loading…
Reference in new issue