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

26 lines
434 B
SCSS
Raw Normal View History

2010-11-17 05:03:42 +00:00
aside {
padding-top: 15px;
2010-11-17 05:03:42 +00:00
text-align: right;
2010-11-23 06:09:18 +00:00
padding-right: 22px;
h2, h3 {
2010-11-17 05:03:42 +00:00
text-align: left;
font-size: 1.3em;
line-height: 1.45em;
padding-bottom: .2em;
margin-bottom: .4em;
2010-12-09 05:02:20 +00:00
@extend .clear-border-radius;
2010-11-17 05:03:42 +00:00
}
h3 {
padding: 0 0 .5em; line-height: 1.1em;
}
2010-11-17 05:03:42 +00:00
a {
font-size: .85em;
}
.deprecated {
text-decoration: line-through;
}
2010-11-20 16:23:06 +00:00
.beta span:after {
content: " (\3B2)";
}
}