Sha256: 6a1683d7de657af2244731588e61caed249d06355a1c3580606e69fe86fc9d50

Contents?: true

Size: 1.06 KB

Versions: 10

Compression:

Stored size: 1.06 KB

Contents

.jumbotron {
  color: $bold-color;
  background-color: $background-color;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-bottom: 20px;
  border-radius: 0;

  h1, h2, h3, h4, h5, h6 { margin-top: 10px; }
}

figure.source {
  figcaption {
    font-family: $monospace-font;
    font-weight: $monospace-font-medium-weight;
    text-align: right;
    background-color: $faint-highlight;
    border-bottom: 1px solid black;
    padding-right: 6px;
  }

  pre {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
  }

  margin-bottom: 10px;
}

h4, h5, h6 {
  font-weight: $body-font-medium-weight;
}

blockquote.emphatic {
  border-left: none;
  padding-left: 40px;
  font-size: 20px;
  font-style: italic;
  font-weight: $body-font-heavy-weight;
  margin-bottom: 10px;
}

blockquote.small {
  font-size: 13px;
  border: none;
  background: $light-background-highlight;
  margin: 20px;
}

div.vertical-space {
  margin-top: 20px;
}

.featured_image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fortitude-0.9.6-java doc/source/shared/base.pcss
fortitude-0.9.6 doc/source/shared/base.pcss
fortitude-0.9.5-java doc/source/shared/base.pcss
fortitude-0.9.5 doc/source/shared/base.pcss
fortitude-0.9.4-java doc/source/shared/base.pcss
fortitude-0.9.4 doc/source/shared/base.pcss
fortitude-0.9.3-java doc/source/shared/base.pcss
fortitude-0.9.3 doc/source/shared/base.pcss
fortitude-0.9.2-java doc/source/shared/base.pcss
fortitude-0.9.2 doc/source/shared/base.pcss