Template:CapSach quote panel/styles.css
Jump to navigation
Jump to search
.cs-quote-panel{
clear: both;
width: 100%;
box-sizing: border-box;
/* Fixed, safe defaults (can be overridden inline) */
margin: 0 0 2em 0;
padding: .5em .5em .5em 0;
border: 0px solid #9CA4AC;
border-radius: 0;
background: #F9F8F4;
}
/* Tidy common outputs from quote templates */
.cs-quote-panel > :first-child { margin-top: 0; }
.cs-quote-panel > :last-child { margin-bottom: 0; }