1234567891011121314151617181920212223242526 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2007, 2009, 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- .elemHovered
- {
- background-color: #E0E0E0;
- cursor:pointer;
- white-space: nowrap;
- }
- .elem
- {
- white-space: nowrap;
- }
|