From c6cb3c5db0100e6ae894f4af4547336942253a2e Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 9 Jun 2009 11:11:20 -0400 Subject: [PATCH] css fiddling --- dip3.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dip3.css b/dip3.css index 0777144..411f050 100644 --- a/dip3.css +++ b/dip3.css @@ -41,6 +41,7 @@ Classname Legend .nm = "no mobile" = hide this section on mobile devices .nd = "no decoration" = hide the widgets on this code block +.pp = "pretty print" = apply syntax highlighting to this code block .note = "note/caution/important" = indented block for tips/gotchas/language comparisons .baa = "best available ampersand" = wrapper block for ampersands @@ -183,6 +184,9 @@ pre a, .w a { .w a { text-decoration: underline; } +dfn { + font-style: normal; +} mark { font-weight: bold; display: inline-block;