compass/doc-src/content/stylesheets/partials/_sidebar.scss

18 lines
292 B
SCSS
Raw Normal View History

2010-11-17 05:03:42 +00:00
aside {
padding-top: 20px;
text-align: right;
padding-right: 17px;
h2 {
text-align: left;
font-size: 1.3em;
line-height: 1.45em;
padding-bottom: .2em;
margin-bottom: .4em;
}
a {
font-size: .85em;
}
.deprecated {
text-decoration: line-through;
}
}