damus.css (509B)
1 /* 2 * This code is not maintained it needs to be cleaned up and deleted. The code 3 * resides here as a working base to migrate to styles.css. Original author is 4 * JB55. 5 */ 6 7 /* 8 .line-top { 9 width: 3px; 10 height: 5px; 11 background-color: var(--clrBorder); 12 margin-left: auto; 13 margin-right: auto; 14 }*/ 15 16 .line-bot { 17 width: 3px; 18 height: 100%; 19 margin-top: -7px; 20 background-color: var(--clrBorder); 21 margin-left: auto; 22 margin-right: auto; 23 } 24 25 .quote { 26 margin-left: 10px; 27 padding: 10px; 28 display: block; 29 } 30