[Mulgara-svn] r156 - in trunk/docs/site: . style

thomas at mulgara.org thomas at mulgara.org
Wed Dec 13 12:29:00 UTC 2006


Author: thomas
Date: 2006-12-13 06:29:00 -0600 (Wed, 13 Dec 2006)
New Revision: 156

Modified:
   trunk/docs/site/includeMiddle.inc
   trunk/docs/site/style/style.css
   trunk/docs/site/style/styleIE6.css
Log:
docs-layout: practically finished from my side. accessability tested (somehow...), intenet explorer working (somehow, too...)

Modified: trunk/docs/site/includeMiddle.inc
===================================================================
--- trunk/docs/site/includeMiddle.inc	2006-12-13 11:18:52 UTC (rev 155)
+++ trunk/docs/site/includeMiddle.inc	2006-12-13 12:29:00 UTC (rev 156)
@@ -17,11 +17,8 @@
     
     <script type="text/javascript" src="/script/bodyswitcher.js"></script>
     <style type="text/css">@import url(/style/style.css);</style>
-    <!--[if IE]>
-    <style type="text/css">@import url(/style/styleIE6.css);</style> 
-    <![endif]-->
+    <!--[if IE]><style type="text/css">@import url(/style/styleIE6.css);</style><![endif]-->
 
-
 </head>
 
  <body>

Modified: trunk/docs/site/style/style.css
===================================================================
--- trunk/docs/site/style/style.css	2006-12-13 11:18:52 UTC (rev 155)
+++ trunk/docs/site/style/style.css	2006-12-13 12:29:00 UTC (rev 156)
@@ -343,12 +343,8 @@
 			}
 		 ul		{
 			list-style-type: circle;
-		/*	list-style-image: url(/img-layout/dash.gif);
-			background-color: yellow; */
+		/*	list-style-image: url(/img-layout/dash.gif); */
 			}
-		li	{
-		/*	background-color: blue;	*/
-			}
 		#siteNavi ul {
 			position: relative;
 			left: 10px;

Modified: trunk/docs/site/style/styleIE6.css
===================================================================
--- trunk/docs/site/style/styleIE6.css	2006-12-13 11:18:52 UTC (rev 155)
+++ trunk/docs/site/style/styleIE6.css	2006-12-13 12:29:00 UTC (rev 156)
@@ -1,4 +1,25 @@
 
+#logo, #backTop1, #sfx    {
+		display: none;    
+		}
+ #backTop2        {
+		background-image: url(../img-layout/ieBack-3.jpg);
+		background-repeat:no-repeat;
+		left: -10px;
+		top: 0;
+		height: 80px;
+		}	
+	#mainBack		{
+		top: 80px;
+		}
+		
+	li	{
+		line-height: 1.2em;
+		padding: 0;
+		margin: 0;
+		}
+
+/*
         #logo, #backTop1, #sfx    {
             display: none;    
             }
@@ -49,4 +70,6 @@
         	}
         #leftCol, #siteNaviTopBack, #siteNaviTop	{
         	left: 10px;
-        	}
\ No newline at end of file
+        	}
+
+*/
\ No newline at end of file




More information about the Mulgara-svn mailing list