From 30b280b217e6c7ebded88eccace287198d621189 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 7 Feb 2013 14:49:43 -0500 Subject: [PATCH] Style the interface diagram title as an h2 --- docs/user/book.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/user/book.css b/docs/user/book.css index 3b4611b86b..dec188fc59 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -279,7 +279,12 @@ div.contents code { } div.contents div.dynheader { - margin-bottom: 16px; + color: #0c3762; /* madison */ + font-size: 1.3em; + font-weight: normal; + border-bottom: dotted thin #c0c0c0; /* silver */ + margin-top: 1em; + margin-bottom: 1em; } div.contents div.dyncontent {