Sha256: 5127d00075ce89af1090da107bd50ab3c53c38602b16056fbd995050d5370a53

Contents?: true

Size: 1005 Bytes

Versions: 4

Compression:

Stored size: 1005 Bytes

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
boilerman-0.0.4 app/assets/stylesheets/boilerman/application.scss
boilerman-0.0.3 app/assets/stylesheets/boilerman/application.scss
boilerman-0.0.2 app/assets/stylesheets/boilerman/application.scss
boilerman-0.0.1 app/assets/stylesheets/boilerman/application.scss