From 8542e567a3962f9c893071d864a14c3b6981499e Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 30 Jun 2008 18:35:11 +0000 Subject: [PATCH] Add blockquote to the 10 pt style list [SVN r46926] --- doc/html/minimal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/minimal.css b/doc/html/minimal.css index b56226b1df..2e5812a9b8 100644 --- a/doc/html/minimal.css +++ b/doc/html/minimal.css @@ -23,7 +23,7 @@ table { margin: 0.5em; } Font sizes *******************************************************************************/ -p, td, li { font-size: 10pt; } +p, td, li, blockquote { font-size: 10pt; } pre { font-size: 9pt; } /*** end ***/ \ No newline at end of file