[Rt-commit] rt branch, 4.0/ie8-pie-css-fix, updated. rt-4.0.4-145-g3b0bad2
Thomas Sibley
trs at bestpractical.com
Fri Jan 27 12:46:36 EST 2012
The branch, 4.0/ie8-pie-css-fix has been updated
via 3b0bad2cba77135c1ea352c914f70cdae05eaf48 (commit)
from 8aeb26ff81fb234330ddbf0fc27a6a690143f5dd (commit)
Summary of changes:
share/html/NoAuth/css/aileron/boxes.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 3b0bad2cba77135c1ea352c914f70cdae05eaf48
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jan 27 12:46:30 2012 -0500
Add a comment explaining the addition of a z-index workaround
diff --git a/share/html/NoAuth/css/aileron/boxes.css b/share/html/NoAuth/css/aileron/boxes.css
index b4f1f14..ac029ed 100644
--- a/share/html/NoAuth/css/aileron/boxes.css
+++ b/share/html/NoAuth/css/aileron/boxes.css
@@ -91,6 +91,9 @@
.titlebox .titlebox-title {
position: relative;
+ /* This is for [rt3 #19044]. Move it to an IE-specific file if it causes
+ * problems. If we remove CSS3PIE, it can also probably go away, although it
+ * probably won't hurt. */
z-index: 1;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list