mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 07:04:16 +01:00
18 lines
263 B
CSS
18 lines
263 B
CSS
/*!
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
.wy-nav-content {
|
|
max-width: 1024px;
|
|
min-height: 100%;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 100%;
|
|
}
|
|
|
|
.rst-content .code-block-caption {
|
|
text-align: inherit;
|
|
}
|