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