@import url(../../../stylesheets/application.css);
@import url(./theme.css);

/* indentation for wiki - 21.Jan.2025 - MST */
.wiki h1
{
    border-bottom: 1px solid #CCC;
    padding-bottom: 4px;
}
.wiki h1, .wiki h2, .wiki h3, .wiki h4
{
    padding-top: 8px;
}

/* not perfect, redmine has no tree structure, select elements after hx */
.wiki h2, .wiki h2 + p, .wiki h2 + table, .wiki h2 + pre
{
    margin-left: 8px;
}

.wiki h3, .wiki h3 + p, .wiki h3 + table, .wiki h3 + pre
{
    margin-left: 16px;
}

.wiki h4, .wiki h4 + p, .wiki h3 + table, .wiki h3 + pre
{
    margin-left: 24px;
}
