Template:Infobox/style.css: Difference between revisions
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; |
||
} |
} |