diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-14 20:33:38 +0200 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-14 20:33:38 +0200 |
commit | 93db6c30979e16d99c83fd6139d919a57f8d316d (patch) | |
tree | 55592490f9c4a99b249f2ceccf3274f8d04f3a78 /bootstrap/static/local.css | |
parent | cfbc02fc1e56cc33c46c872d7240739da6d1d69d (diff) | |
download | pelican-themes-93db6c30979e16d99c83fd6139d919a57f8d316d.tar.gz |
fix the last.fm icon
Diffstat (limited to 'bootstrap/static/local.css')
-rw-r--r-- | bootstrap/static/local.css | 2 |
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;} |