[Rt-commit] r6087 - in rtfm/branches/2.1-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Thu Sep 28 12:43:18 EDT 2006


Author: jesse
Date: Thu Sep 28 12:43:16 2006
New Revision: 6087

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/html/NoAuth/webrtfm.css

Log:
 r27882 at pinglin:  jesse | 2006-09-28 12:40:31 -0400
 * made the CSS file identify itself as such


Modified: rtfm/branches/2.1-TESTING/html/NoAuth/webrtfm.css
==============================================================================
--- rtfm/branches/2.1-TESTING/html/NoAuth/webrtfm.css	(original)
+++ rtfm/branches/2.1-TESTING/html/NoAuth/webrtfm.css	Thu Sep 28 12:43:16 2006
@@ -7,5 +7,12 @@
 #cfs .visible       th { font-weight: bold;                                  }
 
 #cfs .emphasized    td { font-weight: bold;    color: #c00; font-size: 11pt; }
-#cfs .emphasized    th { font-weight: bolder;  color: #c00; font-size: 13pt; }
+#cfs .emphasized    th { font-weight: bolder;  color: #c00; font-size: 13pt; } 
+
+
+<%init>
+# only works on RT 3.6.1 and newer
+eval { RT::Interface::Web::StaticFileHeaders() }; 
+$r->content_type('text/css');
+</%init>
 


More information about the Rt-commit mailing list