mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
11 lines
155 B
CSS
11 lines
155 B
CSS
.ak-docs-markdown p > img {
|
|
margin: 0 auto;
|
|
display: block;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.ak-docs-toc ul {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|