2014-06-20 00:09:34 +02:00
|
|
|
body {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
2014-03-05 22:59:02 +01:00
|
|
|
code {
|
2014-08-11 18:10:38 +02:00
|
|
|
white-space: pre-line;
|
|
|
|
display: inline-block;
|
2014-03-05 22:59:02 +01:00
|
|
|
}
|
2014-03-05 23:09:50 +01:00
|
|
|
ol {
|
|
|
|
counter-reset: item;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
ol li {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
ol li:before {
|
|
|
|
content: counters(item, ".") ". ";
|
|
|
|
counter-increment: item;
|
|
|
|
}
|
2014-08-11 18:10:38 +02:00
|
|
|
a.toclink {
|
|
|
|
font-size: 25%;
|
|
|
|
}
|
|
|
|
a.toclink:before {
|
|
|
|
content: "▲ ";
|
|
|
|
}
|