Changeset 153

Show
Ignore:
Timestamp:
10/21/07 23:45:54 (15 months ago)
Author:
chris
Message:

Tidied up the appearance when javascript is disabled

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r152 r153  
    2121 
    2222* Added the ability to manually call the auto-refresh feature. 
     23 
     24* Tidied up the appearance of HellaWorld when javascript is disabled. 
    2325 
    24261.8 
  • trunk/js/hellaworld.php

    r152 r153  
    2323                for (i = 0; node.cssRules && i < node.cssRules.length; i++) { 
    2424                        node.cssRules[i].style.removeProperty('display'); 
     25                        $('#log').css('margin-top', '0px'); 
    2526                } 
    2627        } else { 
  • trunk/style/nonjs.css

    r79 r153  
    1111        display: inline; 
    1212} 
     13 
     14#tabcontainer { 
     15        padding: 10px; 
     16} 
     17 
     18#tabcontainer ul { 
     19        display: none; 
     20} 
     21 
     22#log { 
     23        margin-top: -10px; 
     24}