From 82e251ac65cd9a0e75247f4e58e1d70766af1d01 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 28 Nov 2010 22:57:40 -0800 Subject: [PATCH] ie7 support --- ie7.css | 1 + index.html | 7 +++++++ proj/index.html | 8 ++++++++ proj/store.js | 2 +- style.css | 2 ++ 5 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 ie7.css diff --git a/ie7.css b/ie7.css new file mode 100644 index 0000000..9a2de1c --- /dev/null +++ b/ie7.css @@ -0,0 +1 @@ +li.ie-bullet { display: inline } diff --git a/index.html b/index.html index bef2918..96ed7a3 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,10 @@ samhuri.net + +