summaryrefslogtreecommitdiff
path: root/docs/examples/assets/css/style.css
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-12 16:18:08 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-12 16:18:08 -0500
commit161b49c8de1d9139392bd145db3d03ca380b3f06 (patch)
treec087d60db34227c96ce40319742935c6e9fab4c4 /docs/examples/assets/css/style.css
parentb43b660c543af08631df83df3e41afd1c68e2b81 (diff)
Documentation improvements
Diffstat (limited to 'docs/examples/assets/css/style.css')
-rw-r--r--docs/examples/assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/assets/css/style.css b/docs/examples/assets/css/style.css
index e82ec30..2968265 100644
--- a/docs/examples/assets/css/style.css
+++ b/docs/examples/assets/css/style.css
@@ -19,7 +19,7 @@ p, li, dt, dd, td, th, div {
.loading .title {
background-repeat: no-repeat;
background-position: 0 50%;
- background-image: url(/assets/icons/loading.gif);
+ background-image: url(../icons/loading.gif);
}
.range-preview {