From fcb5e19d892ccff208590b8a37171ef6894fc694 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Thu, 20 Jan 2011 17:26:47 +0100 Subject: Added a style for types in quoted code. --- doc/src/template/style/offline.css | 4 ++++ doc/src/template/style/style.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css index 4a10d0a..2aafe56 100644 --- a/doc/src/template/style/offline.css +++ b/doc/src/template/style/offline.css @@ -185,6 +185,10 @@ { color: black } + span.type + { + font-weight: bold + } /* end basic elements */ /* font style elements */ diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 451d6bf..fbad0fd 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -210,6 +210,10 @@ { color: black } + span.type + { + font-weight: bold + } /* end basic elements */ /* font style elements */ -- cgit v0.12