commit 83ca480d3194e6911e811e7893567465fe00463d
parent 8b68c769517f01646f4fcec8edb47410776cd450
Author: William Casarin <jb55@jb55.com>
Date: Sat, 12 Nov 2022 14:17:23 -0800
web: remove damus.css
Diffstat:
3 files changed, 15 insertions(+), 31 deletions(-)
diff --git a/web/css/damus.css b/web/css/damus.css
@@ -1,30 +0,0 @@
-/*
- * This code is not maintained it needs to be cleaned up and deleted. The code
- * resides here as a working base to migrate to styles.css. Original author is
- * JB55.
- */
-
-/*
-.line-top {
- width: 3px;
- height: 5px;
- background-color: var(--clrBorder);
- margin-left: auto;
- margin-right: auto;
-}*/
-
-.line-bot {
- width: 3px;
- height: 100%;
- margin-top: -7px;
- background-color: var(--clrBorder);
- margin-left: auto;
- margin-right: auto;
-}
-
-.quote {
- margin-left: 10px;
- padding: 10px;
- display: block;
-}
-
diff --git a/web/css/styles.css b/web/css/styles.css
@@ -351,6 +351,21 @@ input[type="text"].cw {
padding: 10px;
}
+.line-bot {
+ width: 3px;
+ height: 100%;
+ margin-top: -7px;
+ background-color: var(--clrBorder);
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.quote {
+ margin-left: 10px;
+ padding: 10px;
+ display: block;
+}
+
@media (max-width: 800px){
:root {
--navPadding: 2px;
diff --git a/web/index.html b/web/index.html
@@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Damus</title>
<link rel="stylesheet" href="css/styles.css?v=113">
- <link rel="stylesheet" href="css/damus.css?v=211">
<link rel="stylesheet" href="css/fontawesome.css?v=2">
<script defer src="js/ui/util.js?v=1"></script>
<script defer src="js/ui/render.js?v=2"></script>