/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* Hide a tag from visibility. Used in exception2dri.xslt to hide error stack by default. */ .hidden { display:none; visibility:hidden; } /* Preserve whitespace. Used in exception2dri.xslt to display error messages in themes. */ .pre { white-space:pre; }