mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 21:11:34 +03:00
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
// Weird stuff fixes from the way asciidoc generates pages.
|
|
|
|
li > p:first-of-type:last-of-type {
|
|
margin: 0;
|
|
}
|
|
|
|
p.tableblock:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
pre > code {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|