compass/doc-src/content/stylesheets/partials/_main.scss
2010-11-16 23:03:42 -06:00

10 lines
288 B
SCSS

#page {
position: relative;
padding-top: 25px;
& > article { padding-top: 14px; font-size: 15px;
h1, h2 { padding-bottom: 6px; margin-bottom: 9px; }}}
#version { @include round-bottom-corners;
font-size: .7em;
position: absolute; top: 0; right: 0;
padding: 2px 8px 4px; }