From f938a7c834f4abe835048063306af6010a60c73c Mon Sep 17 00:00:00 2001 From: Iain McGinniss Date: Fri, 19 Oct 2012 20:14:04 +0100 Subject: Identifiers, Names and Scopes chapter converted. Minor CSS tweaks to make examples and inline code look better. --- resources/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'resources') diff --git a/resources/style.css b/resources/style.css index b0230de748..9ef99126af 100644 --- a/resources/style.css +++ b/resources/style.css @@ -18,6 +18,7 @@ header .date { pre { margin-left: 3em; + margin-right: 3em; padding: 1em; background-color: #EEE; border: 1px solid #333; @@ -27,7 +28,19 @@ code { background-color: #EEE; } +code > span { + font-weight: normal !important; +} + +code { + padding-left: 0.1em; + padding-right: 0.1em; +} + +/* examples */ ol[type="1"] { + background-color: #E5ECF9; + border: 1px dashed black; list-style-type: none; } -- cgit v1.2.3