[Mulgara-svn] r269 - in trunk: . docs/site-src/style
thomas at mulgara.org
thomas at mulgara.org
Fri May 11 16:02:32 UTC 2007
Author: thomas
Date: 2007-05-11 11:02:32 -0500 (Fri, 11 May 2007)
New Revision: 269
Added:
trunk/docs/site-src/style/styleIE7.css
Modified:
trunk/docs/site-src/style/style.css
trunk/docs/site-src/style/styleIE6.css
trunk/webdocs.xml
Log:
added IE7 compatability
Modified: trunk/docs/site-src/style/style.css
===================================================================
--- trunk/docs/site-src/style/style.css 2007-05-11 10:07:31 UTC (rev 268)
+++ trunk/docs/site-src/style/style.css 2007-05-11 16:02:32 UTC (rev 269)
@@ -4,6 +4,7 @@
body {
font-size: small;
font-family: Verdana, Geneva, "MS Trebuchet", sans-serif;
+ background-color: #fff;
}
h1 { font-size: 24px; margin-top: 4px; padding-top: 0;}
h2 { font-size: 20px; margin-top: 4px; padding-top: 0;}
@@ -99,6 +100,7 @@
height: 1em;
padding: 0 12px 3px 1px;
overflow: hidden;
+ font-size: x-small;
}
/* navSite list issues */
Modified: trunk/docs/site-src/style/styleIE6.css
===================================================================
--- trunk/docs/site-src/style/styleIE6.css 2007-05-11 10:07:31 UTC (rev 268)
+++ trunk/docs/site-src/style/styleIE6.css 2007-05-11 16:02:32 UTC (rev 269)
@@ -53,9 +53,16 @@
border: 0;
height: 0;
padding: 0;
-}
+ }
+#navSite ul.section li.ulcontainer{
+ margin: -0.1em 0 0.5em 0;
+ }
+#content ol {
+ margin-left: auto;
+ }
+
/*
#navSite li li {
Added: trunk/docs/site-src/style/styleIE7.css
===================================================================
--- trunk/docs/site-src/style/styleIE7.css 2007-05-11 10:07:31 UTC (rev 268)
+++ trunk/docs/site-src/style/styleIE7.css 2007-05-11 16:02:32 UTC (rev 269)
@@ -0,0 +1,32 @@
+
+#navProject {
+ left: 10px;
+ top: 109px;
+ }
+#navMain {
+ left: 10px;
+ top: 109px;
+ border-top: 0;
+ }
+#navSite {
+ width: 160px;
+ }
+#navSite ul.section li.ulcontainer{
+ margin-top:-1em;
+ }
+
+#navPage {
+ border-bottom: 0;
+ left: 212px;
+ height: 1.2em;
+ }
+
+#content {
+ top: 95px;
+ left: -2px;
+ }
+#content ol, #content ul {
+ margin-left: 2em;
+ padding-left: 0em;
+ }
+
\ No newline at end of file
Modified: trunk/webdocs.xml
===================================================================
--- trunk/webdocs.xml 2007-05-11 10:07:31 UTC (rev 268)
+++ trunk/webdocs.xml 2007-05-11 16:02:32 UTC (rev 269)
@@ -52,7 +52,8 @@
<script type="text/javascript" src="/script/styleswitcher.js"></script>
<script type="text/javascript" src="/script/rollover.js"></script>
<link rel="stylesheet" type="text/css" href="/style/style.css"/>
- <!--[if IE]><style type="text/css">@import url(/style/styleIE6.css);</style><![endif]-->
+ <!--[if lt IE 7]><style type="text/css">@import url(/style/styleIE6.css);</style><![endif]-->
+ <!--[if gte IE 7]><style type="text/css">@import url(/style/styleIE7.css);</style><![endif]-->
<link rel="stylesheet" type="text/css" href="/style/navIn.css" title="navIn" />
<link rel="alternate stylesheet" type="text/css" href="/style/navOut.css" title="navOut" />
</head>
@@ -190,7 +191,7 @@
<replacevalue><![CDATA[
<div id="footer">
- Copyright 2006-2007 The Mulgara Project. Some rights reserved. <a href="/overview/legal.html">MORE ></a>
+ Copyright 2006-2007 The Mulgara Project. Some rights reserved. <a href="/overview/legal.html">MORE ></a>
</div>
<div id="validator">
<a href="http://validator.w3.org/check?uri=referer"><img src="/img-layout/w3xhtml10.gif" alt="Valid XHTML 1.0 Transitional" height="21" width="66" /></a>
More information about the Mulgara-svn
mailing list