From c05098f226857de07b7845966949a554905d8bb0 Mon Sep 17 00:00:00 2001 From: kanoi Date: Wed, 19 Nov 2014 10:42:07 +1100 Subject: [PATCH] php - since menu hitbox is now the full box, reduce back to 6 --- pool/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/page.php b/pool/page.php index 5d0d7d44..2f335fcf 100644 --- a/pool/page.php +++ b/pool/page.php @@ -110,7 +110,7 @@ span.err {color:red; font-weight:bold; font-size:120%;} span.alert {color:red; font-weight:bold; font-size:250%;} input.tiny {width: 0px; height: 0px; margin: 0px; padding: 0px; outline: none; border: 0px;} #n42 {margin:0; position: relative; color:#fff; background:#07e;} -#n42 a {color:#fff; text-decoration:none; padding: 8px; display:block;} +#n42 a {color:#fff; text-decoration:none; padding: 6px; display:block;} #n42 td {min-width: 100px; float: left; vertical-align: top; padding: 0px 2px;} #n42 td.navboxr {float: right;} #n42 td.nav {position: relative;}