Przeglądaj źródła

Merge branch 'master' of git://github.com/NicolasPetton/amber

Göran Krampe 13 lat temu
rodzic
commit
8b332df4db
4 zmienionych plików z 17 dodań i 9 usunięć
  1. 11 1
      css/documentation.css
  2. 6 3
      documentation.html
  3. BIN
      images/amber_small.png
  4. 0 5
      index.html

+ 11 - 1
css/documentation.css

@@ -5,7 +5,16 @@
 
 #header {
     text-align: left;
-    margin: 20px;
+    margin: 20px 0;
+}
+
+#header .left {
+    float: left;
+    margin-right: 20px;
+}
+
+#header h1 {
+    margin: 10px 0;
 }
 
 .documentation {
@@ -28,6 +37,7 @@
     border: 1px solid #ccc;
     background: #eee;
     padding: 5px;
+    margin: 0 20px;
 }
 
 .documentation code {

+ 6 - 3
documentation.html

@@ -16,9 +16,12 @@
     <div id="wrapper"> 
       
       <div id="header"> 
-	<h1>Documentation</h1>
-	<h2>Version 0.9.1</h2>
-	<img src="images/amber.png"/> 
+	<img class="left" src="images/amber_small.png"/> 
+	<div class="left">
+	  <h1>Amber Smalltalk - documentation</h1>
+	  <h2>Version 0.9.1</h2>
+	</div>
+	<div class="clear"></div>
       <ul id="tabs"> 
 	<li><a href="./index.html">Overview</a></li> · 
 	<li><a href="./learn.html">Learn</a></li> ·

BIN
images/amber_small.png


+ 0 - 5
index.html

@@ -84,11 +84,6 @@
 	    <h2>Examples</h2> 
 	    <div class="content"> 
 	      <ul>
-		<li>
-		  <a href="examples/trysmalltalk/index.html">
-		    <img src="images/profstef.png" alt="Learn Smalltalk with ProfStef"/>
-		  </a>
-		</li>
 		<li>
 		  <a href="examples/presentation/index.html">
 		    <img src="images/presentation.png" alt="ESUG 2011 presentation"/>