123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- IBM Cognos Products: cpscrn
-
- (C) Copyright IBM Corp. 2005, 2012
-
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- /********************************
- * Licensed Materials - Property of IBM
- *
- * IBM Cognos Products: cpscrn
- *
- * (C) Copyright IBM Corp. 2005, 2012
- *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ********************************/
- #header {
- display: none;
- }
- .cogstyle-portlet-actions {
- display: none;
- }
- .cogstyle-header-right-section-container {
- display: none;
- }
- </css>
|