Template:ReadMore/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
}
}
.more{
.more{
border:solid!important;
border:none!important;
border-color:black!important;
background:white!important;
background:white!important;
margin:20px!important;
}
}

Latest revision as of 18:12, 18 November 2025

.more button::before{
	display:none!important;
}
.more button::after{
	display:none!important;
}
.more caption{
	display:inline!important;
}
.more{
	border:none!important;
	background:white!important;
}