>From 96b67be5cfc7ce8c72dcd9d7340ffeccb0a343d9 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Mon, 7 Sep 2009 12:48:43 -0700 Subject: [PATCH] Fix TOC issue --- texinfo/css/alt4.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/texinfo/css/alt4.css b/texinfo/css/alt4.css index 9686708..2574151 100644 --- a/texinfo/css/alt4.css +++ b/texinfo/css/alt4.css @@ -138,7 +138,7 @@ url(../pictures/lily-home.png) no-repeat 50% 50%, #582007;*/ width: 17%; background: #6aec7c url(../pictures/nav-bg-3.png); font-size: 100%; - padding: 0.5em 0.8%; + padding: 0.45em 0.8%; margin: 0; } @@ -170,7 +170,7 @@ url(../pictures/lily-home.png) no-repeat 50% 50%, #582007;*/ width: 18%; text-align: center; font-weight: bold; - padding: 0.71em 0; + padding: 0.68em 0; margin: 0; background: #6aec7c url(../pictures/nav-bg-3.png); } -- 1.6.4.2