diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-16 08:36:48 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-16 08:36:48 +0000 |
commit | a51d4a0122baf607db50c7b88ee89033fc7b6540 (patch) | |
tree | 6978e26f134faa8432ee8bef4b48001aa41ee297 | |
parent | 73b2fb25cd257a2e37865198fc684d3e572cf582 (diff) |
remove gawping people logo from core styles. Fixes #347.
-rw-r--r-- | public/stylesheets/ie6-custom.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/stylesheets/ie6-custom.css b/public/stylesheets/ie6-custom.css index 6ebde600c..64d632e72 100644 --- a/public/stylesheets/ie6-custom.css +++ b/public/stylesheets/ie6-custom.css @@ -1,6 +1 @@ /* drop your local IE-specific CSS overrides in here */ - -#banner -{ - background-image: url(../images/navimg/bnnr-temp-100pxd.jpg); -} |