Geekahedron (talk | contribs) (Created page with "→CSS placed here will affect Artwork templates: .infobox { border: solid #1a1a1b; }") |
Geekahedron (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect Artwork templates */ | /* CSS placed here will affect Artwork templates */ | ||
.infobox { | .infobox table { | ||
border: solid #1a1a1b; | border: solid #1a1a1b 1px; | ||
margin: 0 0 1em 1em; | |||
font-size: 95%; | |||
background: #ccd; | |||
color: #1a1a1b; | |||
width: 310px; | |||
padding: 10px; | |||
text-align: left; | |||
float: right; | |||
} | } |