diff -r 31d226269d2f -r 4797a4a88533 includes/clientside/css/enano-shared.css --- a/includes/clientside/css/enano-shared.css Tue Mar 30 11:34:56 2010 -0400 +++ b/includes/clientside/css/enano-shared.css Tue Mar 30 11:37:00 2010 -0400 @@ -1039,3 +1039,20 @@ .log_addfilter { display: none; } + +/* + * The header over
in the content area + */ + +div.preformat-panel { + text-transform: uppercase; + font-size: 9px; + font-family: tahoma, arial, sans-serif; + font-weight: bold; + margin-left: 1em; + border-width: 1px 1px 0 1px; + border-style: dashed; + border-color: black; + background-color: #ddd; + padding: 3px; +}