コマンドやプログラムを枠線で囲むように。また、目次の不要な・を表示しないように
.contents {
background-color: #DDF;
border: 4px double #000;
+ padding: 0.5em 1em 0.5em 1em;
}
.contents h2 {
background-color: #DDF;
}
+.contents li {
+ list-style-type: none;
+}
+
.shortcontents {
background-color: #DDF;
border: 4px double #000;
pre.example, pre.verbatim {
padding: 0.5em 1em 0.5em 1em;
- font-size: 90%;
+ border: 1px solid #CCC;
}
a {
kbd, code, .file, var {
font-style: normal;
font-family: monospace;
- font-size: 90%;
margin-left:0.5em;
margin-right: 0.5em;
}
font-weight: bold;
font-family: monospace;
background-color: inherit;
- color: white;
font-style: normal;
margin-left:0;
margin-right: 0;