cleanup commented out styles

This commit is contained in:
Ginger Wong
2020-08-23 18:33:19 -07:00
parent 3d679a28fb
commit 786b4c04fa
6 changed files with 24 additions and 300 deletions

View File

@@ -1,3 +1,14 @@
<!--
todo
- clean up commented out css
- fix / consolidate responsive styles
- consolidate utils
- remove unused files
- reorg /js
- standalone video.html
-->
<html>
<head>
<meta charset="UTF-8" />
@@ -28,7 +39,8 @@
<script src="//unpkg.com/video.js@7.9.2/dist/video.js"></script>
<script src="//unpkg.com/showdown/dist/showdown.min.js"></script>
<link href="./styles/layout.css" rel="stylesheet" />
<link href="./styles/app.css" rel="stylesheet" />
<link href="./styles/video.css" rel="stylesheet" />
<link href="./styles/chat.css" rel="stylesheet" />
<link href="./styles/user-content.css" rel="stylesheet" />