From c9b91a76d45a7deccc8a6847008ad4c0a95398bc Mon Sep 17 00:00:00 2001 From: dengzhp Date: Wed, 8 Feb 2012 00:07:57 +0800 Subject: add weibo.com social icon --- bootstrap/static/images/icons/weibo.png | Bin 0 -> 658 bytes bootstrap/static/local.css | 1 + 2 files changed, 1 insertion(+) create mode 100644 bootstrap/static/images/icons/weibo.png (limited to 'bootstrap/static') diff --git a/bootstrap/static/images/icons/weibo.png b/bootstrap/static/images/icons/weibo.png new file mode 100644 index 0000000..8c749d9 Binary files /dev/null and b/bootstrap/static/images/icons/weibo.png 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;} -- cgit