# HG changeset patch # User domruf # Date 1508875315 -7200 # Node ID 25e079891ff5db88d777dece35c18ca34ff9f8c3 # Parent 17176a451bc23f9874fc5b813f45ebadb37954c7 less: import some remaining css files in style.less and remove them from templates diff -r 17176a451bc2 -r 25e079891ff5 kallithea/public/less/main.less --- a/kallithea/public/less/main.less Sun Oct 29 12:14:51 2017 +0100 +++ b/kallithea/public/less/main.less Tue Oct 24 22:01:55 2017 +0200 @@ -10,6 +10,9 @@ /* 3rd party styles */ @import "node_modules/bootstrap/less/bootstrap.less"; +@import (inline) "../css/jquery.dataTables.css"; +@import (inline) "../js/select2/select2.css"; +@import (inline) "../js/select2/select2-bootstrap.css"; /* kallithea styles */ @import "kallithea-variables.less"; diff -r 17176a451bc2 -r 25e079891ff5 kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html Sun Oct 29 12:14:51 2017 +0100 +++ b/kallithea/templates/base/root.html Tue Oct 24 22:01:55 2017 +0200 @@ -9,9 +9,6 @@ ## CSS ### - - -