From 532ae591db5b5f020abf60609ded0d2d32b76d86 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Fri, 08 Apr 2011 15:50:11 -0400
Subject: [PATCH] Remove DOS line returns lathama

---
 interface/web/themes/default_no_navimg/css/additional.css |  118 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/interface/web/themes/default_no_navimg/css/additional.css b/interface/web/themes/default_no_navimg/css/additional.css
index c5ceae2..01ca51f 100644
--- a/interface/web/themes/default_no_navimg/css/additional.css
+++ b/interface/web/themes/default_no_navimg/css/additional.css
@@ -1,60 +1,60 @@
-@media all
-{
-	#topNav a {
-		background-color: #D3D3D3;
-		background-position: center top;
-		background-repeat: no-repeat;
-		color:black;
-		display:inline-block;
-		height:20px;
-		padding-top:5px;
-		text-align:center;
-		text-decoration:none;
-		width:97px;
-	}
-
-	.topnav-admin {
-		background-image: none !important;
-	}
-
-	.topnav-client {
-		background-image: none !important;
-	}
-
-	.topnav-mail {
-		background-image: none !important;
-	}
-
-	.topnav-monitor {
-		background-image: none !important;
-	}
-
-	.topnav-sites {
-		background-image: none !important;
-	}
-
-	.topnav-dns {
-		background-image: none !important;
-	}
-
-	.topnav-tools {
-		background-image: none !important;
-	}
-
-	.topnav-help {
-		background-image: none !important;
-	}
-
-	.topnav- {
-		background-image: none !important;
-	}
-
-	.topnav-domain {
-		background-image: none !important;
-	}
-	
-	.topnav-dashboard {
-		background-image: none !important;
-	}
-	
+@media all
+{
+	#topNav a {
+		background-color: #D3D3D3;
+		background-position: center top;
+		background-repeat: no-repeat;
+		color:black;
+		display:inline-block;
+		height:20px;
+		padding-top:5px;
+		text-align:center;
+		text-decoration:none;
+		width:97px;
+	}
+
+	.topnav-admin {
+		background-image: none !important;
+	}
+
+	.topnav-client {
+		background-image: none !important;
+	}
+
+	.topnav-mail {
+		background-image: none !important;
+	}
+
+	.topnav-monitor {
+		background-image: none !important;
+	}
+
+	.topnav-sites {
+		background-image: none !important;
+	}
+
+	.topnav-dns {
+		background-image: none !important;
+	}
+
+	.topnav-tools {
+		background-image: none !important;
+	}
+
+	.topnav-help {
+		background-image: none !important;
+	}
+
+	.topnav- {
+		background-image: none !important;
+	}
+
+	.topnav-domain {
+		background-image: none !important;
+	}
+	
+	.topnav-dashboard {
+		background-image: none !important;
+	}
+	
 }
\ No newline at end of file

--
Gitblit v1.9.1