diff options
author | David DeSandro <desandrocodes@gmail.com> | 2014-12-21 09:24:31 -0500 |
---|---|---|
committer | David DeSandro <desandrocodes@gmail.com> | 2014-12-21 09:24:31 -0500 |
commit | 9e326512d2fb3f6b1821d2ce9ad8a62b82c475ef (patch) | |
tree | 9c55265c86c5b9f7ac5bd816a8535902a99a5a59 | |
parent | 1a95bb89fc7358d226515c4a18680bb24c26245c (diff) | |
download | flickity-dev-9e326512d2fb3f6b1821d2ce9ad8a62b82c475ef.zip flickity-dev-9e326512d2fb3f6b1821d2ce9ad8a62b82c475ef.tar.gz flickity-dev-9e326512d2fb3f6b1821d2ce9ad8a62b82c475ef.tar.bz2 |
remove backgrounds where I was pretending to work
-rw-r--r-- | sandbox/click3/index.html | 1 | ||||
-rw-r--r-- | sandbox/click4/index.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/click3/index.html b/sandbox/click3/index.html index 3834baa..5439f40 100644 --- a/sandbox/click3/index.html +++ b/sandbox/click3/index.html @@ -9,7 +9,6 @@ * { margin: 0; padding: 0; } body { - background: url('https://svn.twitter.biz/design/designers/desandro/geo/geotag/_screenshots/and_geotag_anatomy_phototags.jpg'); } diff --git a/sandbox/click4/index.html b/sandbox/click4/index.html index 147c33d..cb854ef 100644 --- a/sandbox/click4/index.html +++ b/sandbox/click4/index.html @@ -7,7 +7,6 @@ <style> body { - background: url('https://svn.twitter.biz/design/designers/desandro/geo/geotag/_screenshots/and_geotag_anatomy_phototags.jpg'); } * { margin: 0; padding: 0; } |