Difference between revisions of "MediaWiki:Common.css"

From OOUG
Jump to navigation Jump to search
 
Line 7: Line 7:
 
.brand
 
.brand
 
{
 
{
text-align: right;
+
float: right;
 
}
 
}

Latest revision as of 05:13, 11 July 2013

/* CSS placed here will be applied to all skins */
.test
{
color: green;
}

.brand
{
float: right;
}