# HG changeset patch # User Atul Varma # Date 1215958359 0 # Node ID c0856c392096395bb466f6751cacb93dea8357dd # Parent a2f8dfbd8d2995c89d016ad37a32293d89dfc02e Fixed link color on MSIE. diff -r a2f8dfbd8d29 -r c0856c392096 index.css --- a/index.css Sun Jul 13 14:07:20 2008 +0000 +++ b/index.css Sun Jul 13 14:12:39 2008 +0000 @@ -11,7 +11,7 @@ } a { - color: grey; + color: gray; text-decoration: none; }