1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 12:14:17 +03:00
fq/doc/presentations/bts2022/style.html

9 lines
205 B
HTML
Raw Normal View History

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