The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
/* CSS placed here will affect Community templates */ | /* CSS placed here will affect Community templates */ | ||
@media screen and (min-width: 720px) { | |||
.infobox table { | |||
margin-left: 1.4rem; | |||
clear: right; | |||
float: right; | |||
} | |||
} | |||
.infobox table { | |||
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; | |||
} | |||
.infoboxheader { | |||
text-align: center; | |||
font-size:125%; | |||
background-color: #ff4500; | |||
color: #fff; | |||
border: solid #1a1a1b; | |||
} |