Skip to content
Snippets Groups Projects

kif485 ak-plan (local) patches

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Xayo

    Mainly intended to be used until I've managed to setup a fully function dev-env (including sample data) for AKPlanning (and am therefore able to create merge requests).

    The following userstyle(s) were created to fix some problems and to add some customisations. (The latter are, of course, based on personal preference, and will likely not result in merge requests.)

    userstyle.css 250 B
    @-moz-document url("https://ak.kif.rocks/kif485/plan/wall/") {
    /* fix overflow of next AK list into AK wall schedule table */
    .table-striped tr > td:first-child,
    .table-striped tr > td:last-child {
      word-break: normal;
      overflow-wrap: anywhere;
    }
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment