Files @ 7f571544a0ea
Branch filter:

Location: kallithea/kallithea/public/less/main.less

domruf
pullrequest: remove 'Still not reviewed by'

This is redundant. You can see the same information on the right, in the list
of reviewers.
/*!
 * Don't edit the css file directly.
 *
 * Instead, edit the less file(s) and regenerate the css:
 *
 * npm --prefix kallithea/public/less install
 * npm --prefix kallithea/public/less run less
 *
 */

/* 3rd party styles */
@import "node_modules/bootstrap/less/bootstrap.less";
@import (inline) "../css/jquery.dataTables.css";
@import (less) "../js/select2/select2.css";
@import (less) "../js/select2/select2-bootstrap.css";

/* kallithea styles */
@import "kallithea-variables.less";
@import "kallithea-tags.less";
@import "yui-ac.less";
@import "kallithea-select2.less";
@import "kallithea-diff.less";
@import "style.less";