compass/doc-src/content/stylesheets/main.sass

31 lines
487 B
Sass
Raw Normal View History

2010-01-23 02:16:47 +00:00
@import blueprint/reset
2010-01-21 06:25:44 +00:00
@import blueprint
body
font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif
2010-01-23 02:16:47 +00:00
line-height: 1.5
2010-01-21 06:25:44 +00:00
#container
+container
#main
2010-01-21 18:50:21 +00:00
+column(18, true)
2010-01-21 06:25:44 +00:00
+prepend(6)
#sidebar
+column(6)
+pull(24, true)
body.reference
h3.mixin
background-color: #eee
border: 3px solid #aaa
padding: 0.75em
margin-bottom: 0
.source-documentation
background-color: #eee
border: 3px solid #aaa
border-top-width: 0
padding: 0.75em
2010-01-21 06:25:44 +00:00