// Place all the styles related to the git controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ .box { background-color: #f9f9f9; padding: 10px; margin: 0 0 20px 0; /* negative indent the amount of the padding to maintain the grid system */ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 0px 2px rgba(0,0,0,.05); -moz-box-shadow: 0 0px 2px rgba(0,0,0,.1); box-shadow: 0 0px 2px rgba(0,0,0,.05); h2.title { font-size: 12px; margin:0 -10px; padding:0 10px; margin-bottom:8px; color:#999; line-height:100%; border-bottom:1px solid #ddd; padding-bottom:8px; } &.box_gray { background-color: #F5F5F5; padding: 0; } }