Sha256: 208b40c9d859d560b9e0ec6a3c465467b4ece4c0722a4ab982321cd53d6fe190

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

@import "bootstrap-sprockets";
@import "bootstrap";
/* universal */

body {
  padding-top: 60px;
}

section {
  overflow: auto;
}

textarea {
  resize: vertical;
}

.center {
  text-align: center;
}

.center h1 {
  margin-bottom: 10px;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

/*h1 {*/
  /*font-size: 3em;*/
  /*letter-spacing: -2px;*/
  /*margin-bottom: 30px;*/
/*}*/

/*h2 {*/
  /*font-size: 1.2em;*/
  /*letter-spacing: -1px;*/
  /*margin-bottom: 30px;*/
  /*font-weight: normal;*/
  /*color: #777;*/
/*}*/

p {
  font-size: 1.1em;
  line-height: 1.7em;
}

#logo {
  float: left;
  margin-right: 10px;
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-top: 9px;
  font-weight: bold;
}

#logo:hover {
  color: #fff;
  text-decoration: none;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

.top-buffer { margin-top:20px; }

.list-group-span {
  display: none;
}

a:hover .list-group-span{
     display: block;
}

.panel-heading {
    cursor: pointer;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
boilerman-0.1.2 app/assets/stylesheets/boilerman/application.scss
boilerman-0.1.1 app/assets/stylesheets/boilerman/application.scss
boilerman-0.1.0 app/assets/stylesheets/boilerman/application.scss