aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis, notmyidea, org>2012-02-07 09:36:49 -0800
committerAlexis Metaireau <alexis, notmyidea, org>2012-02-07 09:36:49 -0800
commit7fc66f3071afb214d26bf0a7b20048a751f223db (patch)
tree2281c5bf07b5da6840c182670b2838f6e4d1b9e3
parent5ca71a7c7793832e5becae5717b2f9ac4744bded (diff)
parentc9b91a76d45a7deccc8a6847008ad4c0a95398bc (diff)
downloadpelican-themes-7fc66f3071afb214d26bf0a7b20048a751f223db.zip
pelican-themes-7fc66f3071afb214d26bf0a7b20048a751f223db.tar.gz
pelican-themes-7fc66f3071afb214d26bf0a7b20048a751f223db.tar.bz2
Merge pull request #13 from dengzhp/master
add a weibo.com icon for social
-rw-r--r--bootstrap/static/images/icons/weibo.pngbin0 -> 658 bytes
-rw-r--r--bootstrap/static/local.css1
2 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/static/images/icons/weibo.png b/bootstrap/static/images/icons/weibo.png
new file mode 100644
index 0000000..8c749d9
--- /dev/null
+++ b/bootstrap/static/images/icons/weibo.png
Binary files differ
diff --git a/bootstrap/static/local.css b/bootstrap/static/local.css
index b03b235..42318b9 100644
--- a/bootstrap/static/local.css
+++ b/bootstrap/static/local.css
@@ -34,3 +34,4 @@ div.highlight pre {
.social a[href*='rss.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
+.social a[href*='weibo.com']:before {content: url('./images/icons/weibo.png'); margin-right: 2px; vertical-align: -3px;}