You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/07/27 12:30:02 UTC

svn commit: r560186 - in /directory/studio/trunk/studio-rcp/resources/intro: styles/content.css whatsnew.xhtml

Author: pamarcelot
Date: Fri Jul 27 03:29:59 2007
New Revision: 560186

URL: http://svn.apache.org/viewvc?view=rev&rev=560186
Log:
Fixed display problems for the content pages on windows.

Modified:
    directory/studio/trunk/studio-rcp/resources/intro/styles/content.css
    directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml

Modified: directory/studio/trunk/studio-rcp/resources/intro/styles/content.css
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/styles/content.css?view=diff&rev=560186&r1=560185&r2=560186
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/styles/content.css (original)
+++ directory/studio/trunk/studio-rcp/resources/intro/styles/content.css Fri Jul 27 03:29:59 2007
@@ -153,7 +153,7 @@
 
 #title
 {
-	position: fixed;
+	position: absolute;
 	top: 84px;
 	left: 74px;
 	font: 34px Arial, Helvetica, Geneva, sans-serif;
@@ -162,7 +162,7 @@
 
 #description
 {
-	position: fixed;
+	position: absolute;
 	left: 74px;
 	top: 152px;
 	font-family: Verdana, Arial, Helvetica; 
@@ -172,7 +172,7 @@
 
 #left-column
 {
-	position: fixed;
+	position: absolute;
 	top: 212px;
 	width: 45%;
 	margin-left: 20px;
@@ -180,7 +180,7 @@
 
 #right-column
 {	
-	position: fixed;
+	position: absolute;
 	top: 212px;
 	left: 50%;
 	width: 45%;

Modified: directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml?view=diff&rev=560186&r1=560185&r2=560186
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml (original)
+++ directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml Fri Jul 27 03:29:59 2007
@@ -10,7 +10,7 @@
         <div id="whatsnew-visited"><img src="graphics/transparent_pixel.gif" height="64" width="64" border="0" /></div>
         <div id="webresources"><a href="http://org.eclipse.ui.intro/showPage?id=webresources"><img src="graphics/transparent_pixel.gif" height="32" width="32" border="0" /></a></div>
         <div id="workbench"><a href="http://org.eclipse.ui.intro/close"><img src="graphics/transparent_pixel.gif" height="32" width="32" border="0" /></a></div>
-        <div id="title">Whats New</div>
+        <div id="title">What's New</div>
         
         <div id="description">The Apache Directory Studio Platform is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with the Apache Directory Server.</div>