]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/DocBook/docbook.css
mx25: Move MX25 selection to Kconfig
[people/ms/u-boot.git] / doc / DocBook / docbook.css
CommitLineData
8d5d89e2
MV
1body {
2 font-family: sans-serif;
3}
4
5.programlisting {
6 font-family: monospace;
7 font-size: 1em;
8 display: block;
9 padding: 10px;
10 border: 1px solid #aaa;
11 color: #000;
12 background-color: #eee;
13 overflow: auto;
14 margin: 1em 0em;
15 border-radius: 6px;
16}