Browse Source

Header modifications

Nicolas Petton 12 years ago
parent
commit
47598d9d44
2 changed files with 6 additions and 3 deletions
  1. 2 1
      _layouts/index.html
  2. 4 2
      css/style.css

+ 2 - 1
_layouts/index.html

@@ -63,7 +63,8 @@
 	    <li><a href="index.html#getinvolved">Get involved</a></li>
 	    <li><a href="learn.html">Interactive tutorial</a></li>
 	    <li><a id="doc_link" href="documentation.html">Documentation</a></li>
-	    <li><a target="_blank" href="https://github.com/amber-smalltalk/amber">Source</a></li> 
+	    <li><a href="index.html#download">Download</a></li>
+	    <li><a target="_blank" href="https://github.com/amber-smalltalk/amber">Github</a></li> 
 	  </ul>
 	</div>
       </div>

+ 4 - 2
css/style.css

@@ -114,7 +114,10 @@ h3 {
 }
 
 #header #links {
-    margin-top: 50px;
+    display: none;
+    position: absolute;
+    top: 100px;
+    right: 30px;
 }
 
 #social {
@@ -197,7 +200,6 @@ h3 {
 }
 
 .teaser {
-    padding: 20px;
     background: white;
     border-top: 3px solid #999;
     border-bottom: 3px solid #999;