1
1
mirror of https://github.com/wader/fq.git synced 2024-11-25 23:13:19 +03:00
fq/doc/presentations/bts2022/style.html
2022-03-08 18:20:18 +01:00

9 lines
205 B
HTML

<style>
code {
display: inline-block;
vertical-align: top;
padding: 0px 2px;
background: rgb(240, 240, 240);
border: 1px solid rgb(224, 224, 224);
}
</style>