includes/clientside/css/enano-shared.css
changeset 1231 4797a4a88533
parent 1227 bdac73ed481e
child 1285 4d511be69a5f
--- 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 <pre> 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;
+}