User:Merds/CSS/Infobox.css: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(test)
No edit summary
Line 1:
/*<syntaxhighlight lang="css">*/
.infobox {
backgroundfont-size: red.85em;
width: 300px;
border-collapse: collapse;
float: right;
table-layout: fixed;
}
/*</syntaxhighlight>*/

Revision as of 23:30, 26 March 2024

/*<syntaxhighlight lang="css">*/
.infobox {
	font-size: .85em;
    width: 300px;
    border-collapse: collapse;
    float: right;
    table-layout: fixed;
}
/*</syntaxhighlight>*/