[macruby-changes] [854] MacRubyWebsite/trunk

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 8 22:20:06 PDT 2009


Revision: 854
          http://trac.macosforge.org/projects/ruby/changeset/854
Author:   rich at infoether.com
Date:     2009-03-08 22:20:04 -0700 (Sun, 08 Mar 2009)
Log Message:
-----------
add upper right box

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/css/master.css
    MacRubyWebsite/trunk/layouts/default.txt

Modified: MacRubyWebsite/trunk/content/css/master.css
===================================================================
--- MacRubyWebsite/trunk/content/css/master.css	2009-03-09 04:25:17 UTC (rev 853)
+++ MacRubyWebsite/trunk/content/css/master.css	2009-03-09 05:20:04 UTC (rev 854)
@@ -13,6 +13,14 @@
 }
 
 img#equation {float: right;}
+div#current_version {
+  float:right;
+  border: 1px solid #aaa;
+  background-color: #f0efe9;
+  margin-top: 20px;
+  padding: 5px;
+  font-weight: bold;
+}
 
 ul#nav {
   background: #1a1a1a url(../images/nav_background.png) repeat-x  top left;

Modified: MacRubyWebsite/trunk/layouts/default.txt
===================================================================
--- MacRubyWebsite/trunk/layouts/default.txt	2009-03-09 04:25:17 UTC (rev 853)
+++ MacRubyWebsite/trunk/layouts/default.txt	2009-03-09 05:20:04 UTC (rev 854)
@@ -22,7 +22,9 @@
 <body>
   <div id="nest">
     <a href="/"><img src="/images/macruby_logo.png" alt="MacRuby" id="logo" /></a>
-
+    <div id="current_version">
+      Current Version 0.4
+    </div>
     <ul id="nav">
       <li><a href="/" title="Home"><img src="/images/nav_home.png" alt="Home" /></a></li>
       <li><a href="/downloads.html" title="Downloads"><img src="/images/nav_downloads.png" alt="Downloads" /></a></li>
@@ -34,8 +36,7 @@
     
     <div id="rightcol">
       <div id="step1">
-        <a href="" id="zip"><img src="/images/dmg.png" width="100" height="100" /></a>
-        <a href="" id="tar"><img src="/images/tar.png" width="100" height="100" /></a>
+        <a href="http://www.macruby.org/files/MacRuby%200.4.zip" id="zip"><img src="/images/zip.png" width="100" height="100" /></a>
         <p>or <a href="/source.html">checkout source from svn...</a>
         
       </div><!-- // end step1 -->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090308/284dff80/attachment-0001.html>


More information about the macruby-changes mailing list