From 663ea19f7d39bf20e92f4a96edd275d891bfe5dc Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 12 Oct 2018 21:11:14 +0000 Subject: [PATCH] Style abstract and toc titles git-svn-id: http://svn.osgeo.org/postgis/trunk@16888 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/style.css b/doc/html/style.css index 50cea539c..0b7b634e9 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -76,7 +76,7 @@ p,form,td,th,dt,li{ h1, h2 { color: #579; } -h3,h4,th,dt,b { +h3,h4,th,dt,b, div.abstract-title, div.toc-title { color: #579; } h1 { @@ -89,7 +89,7 @@ h2 { margin-top: 1.2em; margin-bottom: 0.5em; } -h3 { +h3, div.abstract-title, div.toc-title { font-size: 130%; margin-top: 1.1em; margin-bottom: 0.4em; -- 2.40.0