Template:Modbox.css: Difference between revisions

From Beacon Space
Content deleted Content added
No edit summary
No edit summary
Line 6:
padding: 1em;
width: 400px;
}
.modbox-content{
float: right;
}
 

Revision as of 03:13, 2 April 2023

.modbox {
    background: #eee;
    border: 1px solid #aaa;
    float: none;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.modbox-content{
	float: right;
}

.modbox-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}