From c7e47ed3dfb9116dbeb8a444ec8f2fb1a41d34f9 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Fri, 23 Sep 2011 08:33:25 -0400
Subject: [PATCH] - Added "ipv6only=on" to the IPv6 listen lines in the nginx vhost template to avoid "[emerg]: bind() to [::]:80 failed (98: Address already in use)" errors.

---
 interface/web/themes/default/css/navigation/nav_top.css |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/interface/web/themes/default/css/navigation/nav_top.css b/interface/web/themes/default/css/navigation/nav_top.css
index e2f7b82..84a4261 100644
--- a/interface/web/themes/default/css/navigation/nav_top.css
+++ b/interface/web/themes/default/css/navigation/nav_top.css
@@ -38,7 +38,7 @@
 		padding-top:37px;
 		text-align:center;
 		text-decoration:none;
-		width:97px;
+		width:78px;
 	}
 	
 	#topNav a:hover {
@@ -98,5 +98,13 @@
 	.topnav-dashboard {
 		background-image: url('../../icons/x32/dashboard.png') !important;
 	}
+	
+	.topnav-vm{
+		background-image: url('../../icons/x32/drawer.png') !important;
+	}
+	
+	.topnav-billing{
+		background-image: url('../../icons/x32/calculator.png') !important;
+	}
 
 }
\ No newline at end of file

--
Gitblit v1.9.1