Browse Source

fixed wrong @import reset.css

Martin Filser 3 năm trước cách đây
mục cha
commit
f833d1288f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/components/boards/boardsList.css

+ 1 - 1
client/components/boards/boardsList.css

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