mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Comment out unused CSS.
Thanks to xet7 !
This commit is contained in:
parent
920b32735f
commit
724d1386f6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
@import url("css/reset.css") print, screen;
|
||||
/* @import url("css/reset.css") print, screen; */
|
||||
|
||||
.board-list {
|
||||
margin: 0 8px;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue