2
0
Christophe Riccio 15 жил өмнө
parent
commit
449c639404

+ 11 - 25
doc/common/style.css

@@ -1,5 +1,7 @@
 body
 {
+	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+	font-size: 12px;
 	background-color:#000000;
 	margin:0px;
 	padding:0px;
@@ -26,14 +28,8 @@ table.principale
 	border-style:none;
 	border-width:0px;
 	border-spacing:0px;
-	margin-top: 0px;
-	margin-bottom: 0px;
-	margin-right: 0px;
-	margin-left: 0px;
-	padding-right: 0px;
-	padding-left: 0px;
-	padding-bottom: 0px;
-	padding-top: 0px;
+	margin: 0px;
+	padding: 0px;
 	width:100%;
 }
 
@@ -43,14 +39,8 @@ tr.principale
 	border-style:none;
 	border-width:0px;
 	border-spacing:0px;
-	margin-top: 0px;
-	margin-bottom: 0px;
-	margin-right: 0px;
-	margin-left: 0px;
-	padding-right: 0px;
-	padding-left: 0px;
-	padding-bottom: 0px;
-	padding-top: 0px;	
+	margin: 0px;
+	padding: 0px;	
 }
 
 div.title1
@@ -78,8 +68,9 @@ div.title3
     border-width:1px;
 }
 
-div.title4
+h3
 {
+	font-family:Century;
     text-align:left;
     font-size:16px;
     font-weight:bolder;
@@ -97,14 +88,15 @@ div.title-date
 div.menu1
 {
     text-align:center;
-    font-size:16px;
+    font-size:12px;
     font-weight:bolder;
+	padding:16px;
 }
 
 div.menu2
 {
     text-align:center;
-    font-size:16px;
+    font-size:12px;
 }
 
 div.news-separator
@@ -138,12 +130,6 @@ div.paragraph
     text-align:justify;
 }
 
-div.block
-{
-	padding-right: 16px;
-	padding-left: 16px;
-}
-
 div.include
 {
 	color:#0000FF;

+ 6 - 6
doc/src/data.xml

@@ -2839,10 +2839,10 @@
     </menu-group>
 
     <menu-group name="Documentation">
-      <menu-entry name="GLM Manual" href="./glm-manual.pdf" />
-      <menu-entry name="GLM API" href="./html/index.html" />
+      <menu-entry name="GLM Manual" href="./glm-0.9.1.pdf" />
+      <menu-entry name="GLM API" href="./html-0.9.1/index.html" />
       <menu-entry name="Code samples" href="./code.html" />
-      <menu-entry name="GLSL Specification" href="http://www.opengl.org/registry/doc/GLSLangSpec.4.00.8.clean.pdf" />
+      <menu-entry name="GLSL Specification" href="http://www.opengl.org/registry/doc/GLSLangSpec.4.10.6.clean.pdf" />
       <menu-entry name="OpenGL.org Toolkits forum" href="http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=postlist&amp;Board=10&amp;page=1" />
       <!--menu-entry name="Usage" href="./usage.html" /-->
     </menu-group>
@@ -2856,10 +2856,10 @@
     </menu-group>
 
     <menu-link>
-      <menu-pic name="G-Truc" image="./common/g-truc.jpg" href="http://www.g-truc.net" />
-      <menu-pic name="SourceForge" image="./common/sourceforge.gif" href="http://www.sourceforge.net" />
+      <menu-pic name="G-Truc" image="./common/g-truc.png" href="http://www.g-truc.net" />
       <menu-pic name="OpenGL" image="./common/opengl.jpg" href="http://www.opengl.org" />
-    </menu-link>
+		<menu-pic name="SourceForge" image="./common/sourceforge.gif" href="http://www.sourceforge.net" />
+	</menu-link>
   </menu>
 
 </glm>

+ 3 - 3
doc/src/news.xsl

@@ -56,9 +56,9 @@
       <div class="title-date">
         <xsl:value-of select="./@date" />
       </div>
-      <div class="title4">
-        <xsl:value-of select="./@title" />
-      </div>
+		<h3>
+			<xsl:value-of select="./@title" />
+		</h3>
       <div>
         <xsl:if test="./paragraph">
           <xsl:apply-templates select="./paragraph" />