[PATCH 1/2] made CSS adjustments to make <pre> wrap

Shawn Wells shawn at redhat.com
Tue Aug 20 04:50:30 UTC 2013


On 8/20/13 12:41 AM, Jeffrey Blank wrote:
> Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
> ---
>   RHEL6/transforms/table-style.xslt |    5 +++++
>   1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/RHEL6/transforms/table-style.xslt b/RHEL6/transforms/table-style.xslt
> index b099adc..b2c4353 100644
> --- a/RHEL6/transforms/table-style.xslt
> +++ b/RHEL6/transforms/table-style.xslt
> @@ -19,6 +19,11 @@
>   			font-family: verdana,arial,sans-serif;
>   			font-size:11px;
>   		}
> +		pre {
> +			white-space: pre-wrap;
> +			white-space: -moz-pre-wrap !important;
> +			word-wrap:break-word;
> +		}
>   		table tr:nth-child(2n+2) { background-color: #f4f4f4; }
>   		thead
>   		{
ack


More information about the scap-security-guide mailing list