added sidebar about special methods

This commit is contained in:
Mark Pilgrim
2009-07-13 22:12:11 -04:00
parent df99f75902
commit 959de083ea
2 changed files with 13 additions and 1 deletions
Regular → Executable
+9 -1
View File
@@ -47,7 +47,7 @@ Classname Legend
.note = "note/caution/important" = indented block for tips/gotchas/language comparisons
.baa = "best available ampersand" = wrapper block for ampersands
.ots = "on the side" = an aside that is set in normal type (as opposed to a big blue pullquote)
Acknowledgements & Inspirations
@@ -283,6 +283,14 @@ aside {
-webkit-border-radius: 1em;
border-radius: 1em;
}
aside.ots {
font-style: normal;
font-size: medium;
line-height: 1.75;
}
aside a {
color: #fff !important;
}
/* previous/next navigation links */