Changeset 798 for trunk/web-app
- Timestamp:
- Feb 8, 2011, 11:00:27 PM (14 years ago)
- Location:
- trunk/web-app
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r729 r798 690 690 div.static_tree { 691 691 } 692 div.static_tree_compact { 693 height:10em; 694 width:100%; 695 overflow:auto; 696 } 692 697 div.static_tree ul { 693 698 list-style-type: none; -
trunk/web-app/js/jsUtil.js
r714 r798 119 119 } 120 120 } 121 122 function openWindow(url) { 123 window.open(url); 124 }
Note: See TracChangeset
for help on using the changeset viewer.