Comment out unused CSS.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-07-04 17:46:36 +03:00
parent 920b32735f
commit 724d1386f6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
@import url("css/reset.css") print, screen;
/* @import url("css/reset.css") print, screen; */
.board-list {
margin: 0 8px;

View file

@ -16,7 +16,7 @@ head
meta(name="application-name" content="Wekan")
meta(name="msapplication-TileColor" content="#00aba9")
meta(name="theme-color" content="#ffffff")
link(rel='stylesheet', href='css/html5-default-theme.css', type='text/css')
//link(rel="stylesheet" type="text/css" class="__meteor-css__" href="css/html5-default-theme.css")
template(name="userFormsLayout")
section.auth-layout