various clarifications about generator expressions

This commit is contained in:
Mark Pilgrim
2009-07-15 10:36:02 -04:00
parent 8843481267
commit 29240baeee
3 changed files with 22 additions and 9 deletions
+8 -1
View File
@@ -48,6 +48,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)
.xxxl = "ridiculously large" = text sized 1000% larger than normal type
Acknowledgements & Inspirations
@@ -126,7 +127,7 @@ html {
body {
margin: 1.75em 28px;
}
.c, .a {
.c, .a, .xxxl {
clear: both;
text-align: center;
}
@@ -153,6 +154,12 @@ form div, #level {
.pf {
padding: 0 1.75em;
}
.xxxl {
font-size:1000%;
font-weight:bold;
line-height:1;
margin:0.7em 0;
}
/* links */