Anonymous
×
Create a new article
Write your page title here:
We currently have 2,090 articles on American ML Archive. Type your article name above or click on one of the titles below and start writing!



American ML Archive
2,090Articles

Common.css: Difference between revisions

mh:aamlwiki>ComradePancake
No edit summary
m 5 revisions imported
 
(No difference)

Latest revision as of 21:27, 27 August 2023

/* CSS placed here will be applied to all skins */
.infotable {
    float: right;
    padding: 5px;
    margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #003aff;
    width: 25%;
}

.infotable th {
    text-align: left;
}