[Rt-commit] r9532 -
rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat
ruz at bestpractical.com
ruz at bestpractical.com
Thu Nov 1 10:07:25 EDT 2007
Author: ruz
Date: Thu Nov 1 10:07:17 2007
New Revision: 9532
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:
* convert mason comments into 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 Thu Nov 1 10:07:17 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 Thu Nov 1 10:07:17 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