From 44ce02688954e20074c6139a95285eba5a0891ce Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 16 Nov 2003 00:22:35 +0000 Subject: [PATCH] Add #toc to cologne blue, nostalgia style sheets --- stylesheets/cologneblue.css | 2 ++ stylesheets/nostalgia.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index dfd50510dc..4d2c0004b9 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -92,3 +92,5 @@ a.stub { color:#772233; text-decoration:none; } h2, h3, h4, h5, h6 { margin-bottom: 0; } a.stub { color:#772233; text-decoration:none; } small { font-size: 75%; } +#toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } + diff --git a/stylesheets/nostalgia.css b/stylesheets/nostalgia.css index 4e427cf309..231342b21f 100644 --- a/stylesheets/nostalgia.css +++ b/stylesheets/nostalgia.css @@ -10,3 +10,5 @@ a.stub { color:#772233; text-decoration:none; } h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; } h2, h3, h4, h5, h6 { margin-bottom: 0; } p.subtitle { padding-top: 0; margin-top: 0; } +#toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } + -- 2.20.1