mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
17 lines
264 B
CSS
17 lines
264 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
|
||
|
.programlisting {
|
||
|
font-family: monospace;
|
||
|
font-size: 1em;
|
||
|
display: block;
|
||
|
padding: 10px;
|
||
|
border: 1px solid #aaa;
|
||
|
color: #000;
|
||
|
background-color: #eee;
|
||
|
overflow: auto;
|
||
|
margin: 1em 0em;
|
||
|
border-radius: 6px;
|
||
|
}
|