2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2008-10-29 08:54:51 -07:00
|
|
|
|
|
|
|
/* Logical CSS rules belong here, but presentation & theming rules
|
|
|
|
should live in the CSS of the appropriate theme */
|
|
|
|
|
|
|
|
#technicalContentText {
|
|
|
|
overflow: auto;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2012-04-06 12:34:13 -07:00
|
|
|
.expander[hidden],
|
|
|
|
.expander[hidden] + *,
|
2012-03-08 04:03:19 -08:00
|
|
|
.expander[collapsed] + * {
|
2008-10-29 08:54:51 -07:00
|
|
|
display: none;
|
|
|
|
}
|