Changeset 153
- Timestamp:
- 10/21/07 23:45:54 (15 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
CHANGELOG (modified) (1 diff)
-
js/hellaworld.php (modified) (1 diff)
-
style/nonjs.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r152 r153 21 21 22 22 * Added the ability to manually call the auto-refresh feature. 23 24 * Tidied up the appearance of HellaWorld when javascript is disabled. 23 25 24 26 1.8 -
trunk/js/hellaworld.php
r152 r153 23 23 for (i = 0; node.cssRules && i < node.cssRules.length; i++) { 24 24 node.cssRules[i].style.removeProperty('display'); 25 $('#log').css('margin-top', '0px'); 25 26 } 26 27 } else { -
trunk/style/nonjs.css
r79 r153 11 11 display: inline; 12 12 } 13 14 #tabcontainer { 15 padding: 10px; 16 } 17 18 #tabcontainer ul { 19 display: none; 20 } 21 22 #log { 23 margin-top: -10px; 24 }
