yosup/web/css/damus.css
Thomas Mathews 353eb0872f web: reconstructed project
* Added initial README.md
 * Removed old Make command for webv2
 * Created js, css folders and moved files accordingly
2022-11-12 08:43:23 -08:00

30 lines
509 B
CSS

/*
* 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;
}