Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ie.css
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2011-03-01 00:55:41 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2011-03-01 00:55:41 (GMT)
commit64474c14afdb45961cd232d30cc443f0c318f292 (patch)
tree5b2e7102550544b48a1fd1e52548b6082dabd2a3 /css/ie.css
Sugar Labs website 2010
Diffstat (limited to 'css/ie.css')
-rw-r--r--css/ie.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/css/ie.css b/css/ie.css
new file mode 100644
index 0000000..6d38e25
--- /dev/null
+++ b/css/ie.css
@@ -0,0 +1,48 @@
+ul.bullet
+{
+ list-style-type: disc;
+ text-indent: 0;
+}
+.bullet li:before {
+ content: "";
+}
+
+.thumbnails
+{
+ padding-bottom: 40px;
+}
+.footer
+{
+ padding-bottom: 0;
+}
+
+/* navigation */
+
+#menu li a:hover
+{
+ overflow: auto;
+}
+#menu li
+{
+ position: static;
+}
+#menu li ul {
+ position: fixed;
+ left: 17px;
+ margin-left: 0;
+}
+#menu ul li ul {
+ position: fixed;
+ left: 17px;
+ margin-left: 240px;
+}
+#menu ul ul li ul {
+ position: fixed;
+ left: 17px;
+ margin-left: 480px;
+}
+#menu ul ul ul li ul {
+ position: fixed;
+ left: 17px;
+ margin-left: 720px;
+} \ No newline at end of file