From 8c7441319b5e3ae55a341bcfb75c2b25cd9c72bd Mon Sep 17 00:00:00 2001 From: David Farning Date: Tue, 03 Mar 2009 23:54:43 +0000 Subject: initial commit --- (limited to 'css/ie.css') 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 -- cgit v0.9.1