
* Added initial README.md * Removed old Make command for webv2 * Created js, css folders and moved files accordingly
30 lines
509 B
CSS
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;
|
|
}
|
|
|