Difference between revisions of "MediaWiki:Common.css"

From CEED Wiki
Jump to navigation Jump to search
(Created page with ".infobox { float: right; }")
 
Line 1: Line 1:
 
.infobox {
 
.infobox {
 
   float: right;
 
   float: right;
 +
  background: #f9f9f9;
 +
  border: 1px solid #aaa;
 
}
 
}

Revision as of 18:21, 5 December 2018

.infobox {
  float: right;
  background: #f9f9f9;
  border: 1px solid #aaa;
}