Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Slupytskyi <dslupytskyi@gmail.com>2014-11-22 15:51:10 +0300
committerDmitriy Slupytskyi <dslupytskyi@gmail.com>2014-11-22 15:51:10 +0300
commit04bdf7847f59f8ac4e173f493c0e48c60bb79b26 (patch)
tree9ec46b8ca9a29ab51b0ad1c58fe57ec1717d7b58
parent063660b4f5f86624a9282c6927bd01d7f05af3eb (diff)
change path for icons to absolute
-rw-r--r--static/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 600102a..6f09aaf 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -467,8 +467,8 @@ Licensed under the MIT license - http://opensource.org/license/MIT
-ms-transition: all .3s;
}
-.icons a.rss { background: url(images/icons/rss.png) left top no-repeat; }
-.icons a.twitter { background: url(images/icons/twitter.png) left top no-repeat; }
+.icons a.rss { background: url(/images/icons/rss.png) left top no-repeat; }
+.icons a.twitter { background: url(/images/icons/twitter.png) left top no-repeat; }
/*!
Animate.css - http://daneden.me/animate