summaryrefslogtreecommitdiff
path: root/theme/rebase/css/ie6.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/rebase/css/ie6.css')
-rw-r--r--theme/rebase/css/ie6.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/theme/rebase/css/ie6.css b/theme/rebase/css/ie6.css
new file mode 100644
index 000000000..1784677d0
--- /dev/null
+++ b/theme/rebase/css/ie6.css
@@ -0,0 +1,47 @@
+/**
+ * @package StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2009-2010 StatusNet, Inc.
+ * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link http://status.net/
+ */
+/* IE6 specific styles */
+address {
+margin-left:7px;
+}
+address .fn {
+display:none;
+}
+
+#wrap {
+width:1003px;
+margin:0 auto;
+}
+
+#content {
+width:66%;
+}
+#aside_primary {
+padding:1.8%;
+width:24%;
+}
+.entity_profile .entity_nickname,
+.entity_profile .entity_location,
+.entity_profile .entity_url,
+.entity_profile .entity_note,
+.entity_profile .entity_tags {
+margin-left:0;
+}
+.entity_profile .entity_depiction {
+margin-bottom:123px;
+}
+.entity_actions {
+width:20%;
+}
+.notice div.entry-content {
+width:65%;
+margin-left:30px;
+}
+.notice-options a {
+width:16px;
+}