compass/frameworks/yui/stylesheets/yui/modules/_base.sass
Chris Eppstein e62b7942d6 YUI's base and fonts. Their reset is already in compass core.
Grid is still to come -- I'm still getting my head around its semantics.
2008-08-24 17:33:57 -07:00

61 lines
794 B
Sass

=yui-base
h1
:font-size 138.5%
h2
:font-size 123.1%
h3
:font-size 108%
h1, h2, h3
:margin 1em 0
h1,h2, h3, h4, h5, h6, strong
:font-weight bold
abbr, acronym
:border-bottom 1px dotted #000
:cursor help
em
:font-style italic
blockquote
:margin 1em
ul
:margin 1em
:margin-left 2em
li
:list-style disc outside
ol
:margin 1em
:margin-left 2em
li
:list-style decimal outside
dl
:margin 1em
:margin-left 2em
dd
:margin-left 1em
th
:border 1px solid #000
:padding .5em
:font-weight bold
:text-align center
td
:border 1px solid #000
:padding .5em
caption
:margin-bottom .5em
:text-align center
p, fieldset, table
:margin-bottom 1em