From 73006b278121cbd287b3695738841597e49070d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 31 Oct 2008 22:32:58 +0000
Subject: [PATCH] updated stylesheet. removed transparency etc.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@960 44740490-163a-0410-bde0-09ae8108e29a
---
 www/resources/default.css | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/www/resources/default.css b/www/resources/default.css
index 385a51484..47e36a113 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -8,10 +8,10 @@
 
 body {
 	text-align: center;
-	padding: 20px 0;
+	padding: 10px 0;
 	background: #222;
-	background-image: url(icons/ssplogo-fish.png);
-	background-repeat: no-repeat;
+/*	background-image: url(icons/ssplogo-fish.png);
+	background-repeat: no-repeat; */
 	color: #333;
 	font: 83%/1.5 arial,tahoma,verdana,sans-serif;
 }
@@ -68,10 +68,6 @@ dt {
 }
 
 #wrap {
-	opacity:.92;
-	filter: alpha(opacity=92); 
-	-moz-opacity: 0.92;
-	
 	background: #fff;
 	
 	border: 1px solid #fff;
@@ -82,9 +78,14 @@ dt {
 	max-width: 950px;
 }
 
+#languagebar {
+	padding-left: 10px;
+	padding-right: 10px;
+}
+
 #header {
 	background: #666 url("sprites.gif") repeat-x 0 100%;
-	margin: 0 0 25px;
+	margin: 0px;
 	padding: 0 0 8px;
 }
 
@@ -94,13 +95,6 @@ dt {
 	padding: 20px 20px 12px;
 }
 
-#poweredby {
-	width: 96px;
-	height: 63px;
-	position: absolute;
-	top: 0;
-	right: 0;
-}
 
 #content {
 	padding: 0 20px;
-- 
GitLab