You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
304 B
22 lines
304 B
6 years ago
|
.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;
|
||
|
}
|