From 5dcbc23baba2b7133439bba27f333f6003d75c3f Mon Sep 17 00:00:00 2001 From: Phil Burton Date: Sat, 12 Dec 2015 14:41:02 +0000 Subject: Fix missing / in css --- config.php | 21 +++++++++++++++++++++ css/sprite.css | 2 +- test | 0 test.txt | 0 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 config.php create mode 100644 test create mode 100644 test.txt diff --git a/config.php b/config.php new file mode 100644 index 0000000..1557b65 --- /dev/null +++ b/config.php @@ -0,0 +1,21 @@ + diff --git a/css/sprite.css b/css/sprite.css index 51f007e..c594663 100644 --- a/css/sprite.css +++ b/css/sprite.css @@ -2,7 +2,7 @@ .icon { display: inline-block; - background: url('images/sprite.gif') no-repeat; + background: url('/images/sprite.gif') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; diff --git a/test b/test new file mode 100644 index 0000000..e69de29 diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3