GUI editor to tame mod_security rules

⌈⌋ branch:  modseccfg


Artifact [fd6833ad35]

Artifact fd6833ad35c3187dbc3c02745f878878f9795f3ff9a583e89be01853077d80d1:

  • File logfmt1/docs/custom.css — part of check-in [43e6843f24] at 2020-12-28 22:12:01 on branch trunk — Fix mkdocs/RTD table styling per sed (user: mario size: 551)
  • File logfmt1/html/custom.css — part of check-in [43e6843f24] at 2020-12-28 22:12:01 on branch trunk — Fix mkdocs/RTD table styling per sed (user: mario size: 551)

body, * {
    font-size: 1.1rem !important;
}
code {
    font-size: 0.75rem !important;
}

.doc-object {
    margin-top: 2.5rem;
}

blockquote {
    border-left: 5px #efa solid;
    padding-left: 2rem;
    background: #f7fcf0 !important;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
    font-family: "Roboto Slab","ff-tisa-web-pro",Arial,sans-serif;
}

.icon-home::before {
    content: "🏠"
}
.icon.icon-circle-arrow-right::before {
    content: "🢂"
}
.icon.icon-circle-arrow-left::before {
    content: "🢀"
}