mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-08 08:27:56 -04:00
16 lines
355 B
CSS
16 lines
355 B
CSS
.rst-content p, .rst-content p.admonition-title, .rst-content li, .rst-content table.docutils td,
|
|
.rst-content table.docutils th {
|
|
font-size: 120%;
|
|
line-height: 1.4;
|
|
}
|
|
.rst-content code, .rst-content div[class^='highlight'] pre {
|
|
font-size: 110%;
|
|
line-height: 1.4;
|
|
}
|
|
.rst-content li {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
.wy-nav-content {
|
|
max-width: 1050px
|
|
}
|