Sha256: 70775cdc7def64e67955e59d6a8f17dbb4510d02b752b703c92a0ecbd4ca37cc

Contents?: true

Size: 790 Bytes

Versions: 2

Compression:

Stored size: 790 Bytes

Contents

// 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;
  }  
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webgit-0.0.2 app/assets/stylesheets/webgit/git.css.scss
webgit-0.0.1 app/assets/stylesheets/webgit/git.css.scss