summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2008-06-30 18:36:06 +0000
committerBeman Dawes <bdawes@acm.org>2008-06-30 18:36:06 +0000
commite68a6efef1ffc8fce546e8b662e80ae325efaf14 (patch)
treeaaca4634c73cf15c43f056ebec805ee095294d9f /doc/html
parent3dfdec17dc2c305f0193aaa5d821fe491198a360 (diff)
downloadboost-e68a6efef1ffc8fce546e8b662e80ae325efaf14.tar.gz
Add blockquote to the 10 pt style list
[SVN r46927]
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/minimal.css2
1 files changed, 1 insertions, 1 deletions
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