mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
finished files chapter
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user