diff options
author | Matts <s@tuxlite.com> | 2012-02-01 10:30:54 -0500 |
---|---|---|
committer | Matts <s@tuxlite.com> | 2012-02-01 10:30:54 -0500 |
commit | 017bb0207394b2bebf7dc42f4c8137207b6fc507 (patch) | |
tree | 16f2c5d53cd3a0030b0096f22822e7042053e8f0 /bootstrap/static/local.css | |
parent | 83f4323fa5b83e5f8f3bd76521d5b01699b46862 (diff) | |
download | pelican-themes-017bb0207394b2bebf7dc42f4c8137207b6fc507.tar.gz |
Fixed code to display lastfm icon - local.css
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 b03b235..ebedc0e 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, .social a[href*='lastfm.']:before {content: url('./images/icons/rss.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*='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;} |