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

21 lines
341 B
SCSS
Raw Normal View History

2010-11-17 05:03:42 +00:00
aside {
2010-11-23 06:09:18 +00:00
padding-top: 16px;
2010-11-17 05:03:42 +00:00
text-align: right;
2010-11-23 06:09:18 +00:00
padding-right: 22px;
2010-11-17 05:03:42 +00:00
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;
}
2010-11-20 16:23:06 +00:00
.beta span:after {
content: " (\3B2)";
}
2010-11-17 05:03:42 +00:00
}