Minor adjustments.
authorbarbieri <barbieri@gmail.com>
Mon, 20 Aug 2007 20:24:36 +0000 (20:24 +0000)
committerbarbieri <barbieri@gmail.com>
Mon, 20 Aug 2007 20:24:36 +0000 (20:24 +0000)
www/index.html
www/style.css

index 2a2f8c9..70783fa 100644 (file)
@@ -45,7 +45,7 @@
       </p>
       <p>
         <a href="http://www.enlightenment.org/p.php?p=about/libs/edje">Edje</a>
-        provides a revolutionary method of absstacting every aspect of
+        provides a revolutionary method of abstracting every aspect of
         your interface from the application itself. By passing signals
         between the interface and the application all communication is
         done in an interface neutral way. No longer are "themes"
@@ -77,7 +77,7 @@
          id="e_logo" /></a>
 
       <h2>Downloads</h2>
-      <table>
+      <table class="download">
         <tbody>
           <tr>
             <td><a
index 887cbf2..6a6ef65 100644 (file)
@@ -81,23 +81,27 @@ img#e_logo {
 
 div.left_box, div.center_box, div.right_box {
    float: left;
+   width: 28%;
 }
 
-div.left_box, div.right_box {
-   width: 30%;
+div.left_box {
+   margin-left: 40px;
+}
+
+div.right_box {
+   margin-right: 40px;
 }
 
 div.center_box {
-   width: 30%;
-   margin-left: 20px;
-   margin-right: 20px;
+   margin-left: 10px;
+   margin-right: 10px;
 }
 
-td {
+table.download tbody tr td {
    font-size: 0.85em;
 }
 
-td address {
+table.download tbody tr td address {
    font-size: 0.6em;
    font-style: normal;
 }
\ No newline at end of file