finished files chapter

This commit is contained in:
Mark Pilgrim
2009-07-19 15:14:40 -04:00
parent d74c0ce05b
commit 9b9c2a92a5
3 changed files with 23 additions and 23 deletions
+5
View File
@@ -44,6 +44,7 @@ Classname Legend
.pp = "pretty print" = apply syntax highlighting to this code block
.pf = "padded frame" = black border with internal padding
.fr = "framed" = black border, no padding
.ss = "screenshot" = image, floated right, with margin
.note = "note/caution/important" = indented block for tips/gotchas/language comparisons
.baa = "best available ampersand" = wrapper block for ampersands
@@ -160,6 +161,10 @@ form div, #level {
line-height:1;
margin:0.7em 0;
}
.ss {
float: right;
margin: 0 0 1.75em 1.75em;
}
/* links */