Template:Infobox/style.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
(Created page with ".infobox { float: right; border: solid 1px grey; }")
 
No edit summary
Line 1: Line 1:
 
.infobox {
 
.infobox {
  +
min-width: 280px;
 
float: right;
 
float: right;
 
border: solid 1px grey;
 
border: solid 1px grey;
  +
}
  +
  +
.infobox-header {
  +
padding: 2em 1em;
  +
color: white;
  +
background-color: #696969;
 
}
 
}

Revision as of 23:00, 6 March 2021

.infobox {
	min-width: 280px;
	float: right;
	border: solid 1px grey;
}

.infobox-header {
	padding: 2em 1em;
	color: white;
	background-color: #696969;
}