[Rt-commit] r18054 - in rt/3.999/branches/merge_to_3.8.2: share/html/NoAuth/css/3.4-compat

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 09:44:53 EST 2009


Author: sunnavy
Date: Thu Jan 29 09:44:53 2009
New Revision: 18054

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.4-compat/main.css

Log:
 r19280 at sunnavys-mb:  sunnavy | 2009-01-29 22:29:48 +0800
 merged share/html/NoAuth/css/3.4-compat/main.css


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.4-compat/main.css
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.4-compat/main.css	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.4-compat/main.css	Thu Jan 29 09:44:53 2009
@@ -45,6 +45,8 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+% $m->callback(callbackname => 'Begin');
+
 %# Import the 3.5 styles we want to build off of...
 @import "../3.5-default/logo.css";
 @import "../3.5-default/misc.css";
@@ -54,6 +56,8 @@
 @import "../3.5-default/quickbar.css";
 @import "../3.5-default/ticket.css";
 
+% $m->callback(callbackname => 'Post3.5');
+
 %# ...and then import the 3.4 compat styles afterwards so they can cascade
 @import "nav.css";
 @import "footer.css";
@@ -67,3 +71,5 @@
 @import "quickbar.css";
 @import "misc.css";
 
+% $m->callback(callbackname => 'End');
+


More information about the Rt-commit mailing list