From fbd3c859de184cc1d9ee09d941ef20f8cd1a7fb1 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 3 Jul 2009 23:01:59 -0400 Subject: [PATCH] skeleton of new native-datatype#sets section --- dip3.css | 6 +- iterators.html | 4 +- native-datatypes.html | 215 +++++++++++++++++++++++++++++++++++++++--- 3 files changed, 207 insertions(+), 18 deletions(-) diff --git a/dip3.css b/dip3.css index 4aeb36b..a75b58d 100644 --- a/dip3.css +++ b/dip3.css @@ -70,14 +70,14 @@ pre, kbd, samp, code, var, .b, pre span { font: small/2.154 Consolas, 'Andale Mono', Monaco, 'Liberation Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace; word-spacing: 0; } -span.u { +.u { font: medium/1.75 'Arial Unicode MS', FreeSerif, OpenSymbol, 'DejaVu Sans', sans-serif; } -pre span.u, pre span.u span, .a { +pre .u, pre .u span, .a { font: medium/1.75 'Arial Unicode MS', 'DejaVu Sans', FreeSerif, OpenSymbol, sans-serif; } .baa { - font: oblique large Constantia, Baskerville, Palatino, 'Palatino Linotype', 'URW Palladio L', serif; + font: oblique 105% Constantia, Baskerville, Palatino, 'Palatino Linotype', 'URW Palladio L', serif; } abbr { font-variant: small-caps; diff --git a/iterators.html b/iterators.html index 9a01917..94e8635 100644 --- a/iterators.html +++ b/iterators.html @@ -1,7 +1,7 @@ -Iterators - Dive into Python 3 +Classes & Iterators - Dive into Python 3