Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/ie.css')
-rw-r--r--css/ie.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/css/ie.css b/css/ie.css
new file mode 100644
index 0000000..ac3b091
--- /dev/null
+++ b/css/ie.css
@@ -0,0 +1,28 @@
+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;
+} \ No newline at end of file