1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-18 05:21:47 +03:00
mobile-nixos/doc/_support/styles/asciidoc-fixes.less

15 lines
212 B
Plaintext
Raw Normal View History

// Weird stuff fixes from the way asciidoc generates pages.
2020-05-05 02:24:12 +03:00
li > p:first-of-type:last-of-type {
margin: 0;
}
2020-04-04 04:53:19 +03:00
p.tableblock:last-child {
margin-bottom: 0;
}
2020-04-04 07:06:52 +03:00
pre > code {
padding-left: 0;
padding-right: 0;
}