From 59840c2000bdfe514ad67db01a63e608b30a75f5 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 30 May 2002 11:46:41 +0000 Subject: [PATCH] Make sections have the same default font information as foils --- slides/browser/slides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slides/browser/slides.css b/slides/browser/slides.css index e28360181..2321e8fca 100644 --- a/slides/browser/slides.css +++ b/slides/browser/slides.css @@ -6,6 +6,10 @@ .slidesinfo h1.author { color: green; } +.section { font-family: sans-serif; + font-size: 14pt; + font-weight: bold; + } .section h1.title { text-align: center; color: red; font-family: Arial; -- 2.50.1