Sha256: af45cd09037f9031cb4c1c7b72e330dac4843dbf39e6ba2439b48e1c84be739a

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

!font = "'Lucida Grande', Helvetica, Arial, sans-serif"

body
  :font-family = !font
  :color #333
  :margin 0px
  :background #F3F3F3
  

a:link, a:visited
  :text-decoration none
  :color #5588CA
a:hover 
  :color #333
  :background #E8E8E8
  :-moz-border-radius 2px

h1 
  :color #000
  :margin 0px
  :font-weight normal

  a:link, a:visited
    :color #000
  a:hover
    :color #5588CA
    :background none
  
#header
  :padding 5px 20px
  :background #D7D7D7
  :border-bottom 4px solid #C0C0C0
#main
  :padding 15px
#tasks
  :list-style-type none
  :margin 5px 0px
  :padding 0px

  li
    :margin 5px 0px
    :padding 4px
    a
      :padding 2px
      :font-size 18px
    &.completed a
      :text-decoration line-through
      :color #999
    
#task_entry
  input[type=text]
    :width 100%
    :font-size 18px
    :padding 4px
    :-moz-border-radius 4px
    :border 1px solid #CCC
  input[type=submit]
    :-moz-border-radius 4px
    :font-size 16px
    :padding 4px 20px
    :color #333
    :background #ECECEC
    :border 1px solid #CCC

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jim-0.2.3 test/fixtures/sammy-0.5.0/examples/backend/views/app.sass
jim-0.2.2 test/fixtures/sammy-0.5.0/examples/backend/views/app.sass
jim-0.2.1 test/fixtures/sammy-0.5.0/examples/backend/views/app.sass
jim-0.2.0 test/fixtures/sammy-0.5.0/examples/backend/views/app.sass