diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-10 15:03:10 -0800 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-10 15:03:10 -0800 |
commit | af32f9671a8766400fe32492cb7c8a084b74826d (patch) | |
tree | 7aa56fc3f8970bfffdea954c52fc90fdaf0355dc /bootstrap/static | |
parent | aa7f0e939ccf649e44c917019b12f97966c879d5 (diff) | |
parent | 32404f018c01d91985f24bb07246a162e9a9072c (diff) | |
download | pelican-themes-af32f9671a8766400fe32492cb7c8a084b74826d.tar.gz |
Merge pull request #12 from Mins/master
Updates to tuxlite_tbs and bootstrap themes
Diffstat (limited to 'bootstrap/static')
-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 42318b9..ae2602c 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;} |