Sha256: ece615e2199956a5315ee8e61c0bf0ed12f5cd07169d9fb4de2bf6f25f40cdcf

Contents?: true

Size: 1.54 KB

Versions: 3

Compression:

Stored size: 1.54 KB

Contents

/* --------------------------------------------------------------
 *
 *PAGE ELEMENTS
 *
 *--------------------------------------------------------------

p
  margin-bottom: $baseline

ul, ol
  margin-bottom: $baseline

li
  margin-bottom: $baseline / 4
  margin-left: $font-size

ul li ul
  margin-left: $baseline
  margin-top: $baseline / 2
  margin-bottom: $baseline / 2

dl
  margin-bottom: $baseline

dl dt
  font-weight: bold
  margin-bottom: $baseline / 2

dl dd
  margin-bottom: $baseline / 2

abbr, acronym
  border-bottom: 1px dotted #000

address
  font-style: italic

del
  color: #000

a
  color: $links
  text-decoration: none
  +transition
  /* Force a hand pointer for all links
  cursor: pointer

a:hover
  text-decoration: none

blockquote
  display: block
  font-weight: bold
  border-left: 4px solid #eeeeee
  padding-left: strong
  font-weight: bold

em, dfn
  font-style: italic

dfn
  font-weight: bold

pre, code
  margin: 10px 0
  white-space: pre

pre, code, tt
  font: 12px Monaco, Andale Mono, Courier New, monospace
  line-height: 1.5
  padding: 0 3px 2px
  background: #FEE9CC

tt
  display: block

q
  font-style: italic
  font-weight: bold
  font-family: $serif

cite
  display: block
  font-weight: bold

/* --------------------------------------------------------------
 *
 *IMAGES
 *
 *--------------------------------------------------------------

img
  margin-bottom: 10px

figcaption
  display: block
  font-weight: bold
  font-style: italic

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gravityframework-0.0.5 lib/gravityframework/src/public/stylesheets/sass/lib/_elements.sass
gravityframework-0.0.4 lib/gravityframework/src/public/stylesheets/sass/lib/_elements.sass
gravityframework-0.0.3 lib/gravityframework/src/public/stylesheets/sass/lib/_elements.sass