aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-05-14 20:33:38 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2012-05-14 20:33:38 +0200
commit93db6c30979e16d99c83fd6139d919a57f8d316d (patch)
tree55592490f9c4a99b249f2ceccf3274f8d04f3a78 /bootstrap
parentcfbc02fc1e56cc33c46c872d7240739da6d1d69d (diff)
downloadpelican-themes-93db6c30979e16d99c83fd6139d919a57f8d316d.zip
pelican-themes-93db6c30979e16d99c83fd6139d919a57f8d316d.tar.gz
pelican-themes-93db6c30979e16d99c83fd6139d919a57f8d316d.tar.bz2
fix the last.fm icon
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/static/local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/static/local.css b/bootstrap/static/local.css
index ae2602c..c933851 100644
--- a/bootstrap/static/local.css
+++ b/bootstrap/static/local.css
@@ -29,7 +29,7 @@ div.highlight pre {
.social a[href*='github.com']:before {content: url('./images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='google.com/reader']:before {content: url('./images/icons/reader.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='jamendo.com']:before {content: url('./images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='last.fm']:before {content: url('./images/icons/lastfm.png'); margin-right: 2px; vertical-align: -3px;}
+.social a[href*='last.fm']:before, .social a[href*='lastfm.']:before {content: url('./images/icons/lastfm.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='linkedin.com']:before {content: url('./images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
.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;}