[Rt-commit] r9558 - rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 6 04:41:07 EST 2007


Author: ruz
Date: Tue Nov  6 04:40:57 2007
New Revision: 9558

Modified:
   rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/forms.css
   rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css

Log:
* revert rev. 9532 as we now more interested in mason comments instead of css comments

Modified: rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/forms.css
==============================================================================
--- rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/forms.css	(original)
+++ rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/forms.css	Tue Nov  6 04:40:57 2007
@@ -51,7 +51,7 @@
 
 .submit {
     background: #069;
-/* These borders are needed so the container actually surrounds the floats inside it */
+%# These borders are needed so the container actually surrounds the floats inside it
     border-top: 1px solid white;
     border-bottom: 1px solid white;
     color: #ffdb00;
@@ -69,8 +69,8 @@
     padding: 0.25em;
 }
 
-/* ComboBox styles... some properties like height and width must be dynamically
-   set in the JS (at least for now). */
+%# ComboBox styles... some properties like height and width must be dynamically
+%# set in the JS (at least for now).
 .combobox {
     border: 2px inset ButtonHighlight;
     padding-left: 0.5em;

Modified: rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css
==============================================================================
--- rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css	(original)
+++ rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css	Tue Nov  6 04:40:57 2007
@@ -54,7 +54,7 @@
 @import "../3.5-default/quickbar.css";
 @import "../3.5-default/ticket.css";
 
-/* ...and then import the 3.4 compat styles afterwards so they can cascade */
+%# ...and then import the 3.4 compat styles afterwards so they can cascade
 @import "nav.css";
 @import "footer.css";
 @import "body.css";


More information about the Rt-commit mailing list